Skip to content

Commit

Permalink
nightly tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 10, 2023
1 parent dca58a8 commit 055fdca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle-task: ['check', 'testSerial', 'testParallel', 'testOutOfBand']
gradle-task: ['check']
test-jvm-version: ['11', '17', '21']
run: [0, 1, 2, 3, 4, 5, 6, 7, 8]
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-22.04
concurrency:
Expand Down

0 comments on commit 055fdca

Please sign in to comment.