Skip to content

Commit

Permalink
build(Dhis2Verifier): Install dependencies before package
Browse files Browse the repository at this point in the history
This may solve the problem of building the world; because it should
install all dependencies into a local cache folder. There's where
`package` would build from.
  • Loading branch information
igbanam committed Oct 16, 2024
1 parent 881cd94 commit 7427d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-dhis2-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: |
mvn versions:set -DnewVersion=${{ github.ref_name }}
- name: Build with Maven
working-directory: .
run: mvn -B package --file pom.xml -DskipTests=true
run: mvn -B install package --file pom.xml -DskipTests=true
- name: Create a release with the artefacts # Note: this would create a new release…
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit 7427d1c

Please sign in to comment.