Skip to content

Commit

Permalink
Remove need for GPG key at test time. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Dec 5, 2023
1 parent 3d59284 commit 08951cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ jobs:
- name: Compile
run: make
- name: Run Tests
run: mvn --batch-mode verify
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.SONATYPE_PASSPHRASE }}
run: mvn --batch-mode test

run-python-tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 08951cd

Please sign in to comment.