Skip to content

Commit 0a662e2

Browse files
authored
Fix Java CI with Maven workflow
1 parent b1f0095 commit 0a662e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
7171
- name: Build with Maven
72-
run: mvn -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --file pom.xml
72+
run: mvn -s ${{ github.workspace }}/.m2/settings.xml -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --file pom.xml
7373
env:
7474
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
7575
PACKAGES_USER: ${{ secrets.PACKAGES_USER }}

0 commit comments

Comments
 (0)