Skip to content

Commit

Permalink
Fixing working directory for maven commands in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Aug 13, 2024
1 parent f73b58c commit 6084e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ jobs:

- name: Build with Maven
run: mvn verify
working-directory: location4j
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Run SonarCloud Scan
working-directory: location4j
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 6084e0c

Please sign in to comment.