Skip to content

Commit

Permalink
task: Trigger maven buid [DHIS2-18615]
Browse files Browse the repository at this point in the history
  • Loading branch information
muilpp committed Dec 13, 2024
1 parent 4bd4e58 commit e9b4969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

# Run Maven build
- name: Build with Maven
run: mvn --threads 4 --batch-mode --no-transfer-progress clean install --file dhis-2/pom.xml --update-snapshots
run: mvn --threads 4 --batch-mode --no-transfer-progress clean install --update-snapshots --file ./dhis-2/pom.xml

0 comments on commit e9b4969

Please sign in to comment.