Skip to content

Commit

Permalink
hotfix: actually apply testsuite setting
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 13, 2024
1 parent 10337e6 commit cffa734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
.m2
key: jpms-attic-v1-${{ runner.os }}
- name: "Build & Test Repository"
run: make TESTS=yes SIGNING=no JAVADOC=no SNAPSHOT=yes
run: make TESTS=${{ inputs.tests && 'yes' || 'no' }} SIGNING=no JAVADOC=no SNAPSHOT=yes

0 comments on commit cffa734

Please sign in to comment.