Skip to content

Commit

Permalink
check-run-matrix-x8
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 10, 2023
1 parent 1fcb864 commit 7343703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ 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]
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-22.04
concurrency:
group: ${{ matrix.gradle-task }}-${{ matrix.test-jvm-version }}-${{ github.workflow }}-${{ github.ref }}
group: ${{ matrix.gradle-task }}-${{ matrix.test-jvm-version }}-${{ matrix.run }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
Expand Down

0 comments on commit 7343703

Please sign in to comment.