Skip to content

Commit

Permalink
chore: jvm test in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jul 30, 2024
1 parent 3ab712a commit 003b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: ./gradlew assemble

- name: Test
run: ./gradlew allTests --info
run: ./gradlew jvmTest --info

- name: Set Version (evaluation-core)
if: ${{ github.event.inputs.dryRun == 'false' && (github.event.inputs.releaseModule == 'evaluation-core' || github.event.inputs.releaseModule == 'all') }}
Expand Down

0 comments on commit 003b147

Please sign in to comment.