diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 79b8839a9736..ecaa9d14910a 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -30,4 +30,4 @@ jobs: # Run Maven build - name: Build with Maven - run: mvn --threads 4 --batch-mode --no-transfer-progress clean install --update-snapshots --file ./dhis-2/pom.xml + run: mvn --threads 4 --batch-mode --no-transfer-progress clean install --update-snapshots --file ./dhis-2/pom.xml -DskipTests