Skip to content

Commit

Permalink
Run more times, for longer, hoping to repro more easily
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 16, 2025
1 parent e19e2af commit 1272546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: [':go:check', ':py-client:check']
gradle-task: ['a', 'b', 'c', 'd']
test-jvm-version: ['11', '17', '21', '23']
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cat gradle.properties
- name: Run gradle ${{ matrix.gradle-task }} on java ${{ matrix.test-jvm-version }}
run: ./gradlew --scan --continue --rerun-tasks ${{ matrix.gradle-task }} -PtestRuntimeVersion=${{ matrix.test-jvm-version }}
run: ./gradlew --scan --continue --rerun-tasks check -PtestRuntimeVersion=${{ matrix.test-jvm-version }}


- name: Publish Test Results
Expand Down

0 comments on commit 1272546

Please sign in to comment.