Skip to content

Commit

Permalink
try only the dagger client test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 11, 2023
1 parent 7343703 commit 4753b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle-task: ['check']
gradle-task: [':java-client-session-dagger:test']
test-jvm-version: ['11', '17', '21']
run: [0, 1, 2, 3, 4, 5, 6, 7]
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
Expand Down

0 comments on commit 4753b35

Please sign in to comment.