Skip to content

Commit

Permalink
only py dh server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Sep 27, 2024
1 parent 7db2fe1 commit c660aa4
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: ['check']
gradle-task: ['test-py-dh-1', 'test-py-dh-2', 'test-py-dh-3', 'test-py-dh-4']
test-jvm-version: ['11', '17', '21', '23']
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -67,7 +67,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 :Integrations:test-py-deephaven -PtestRuntimeVersion=${{ matrix.test-jvm-version }}

- name: Upload Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c660aa4

Please sign in to comment.