Skip to content

Commit

Permalink
tmp nightly workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Jul 31, 2023
1 parent 7d8de73 commit 0166a6f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle-task: ['check', 'testSerial', 'testParallel', 'testOutOfBand']
test-jvm-version: ['11', '17', '18']
gradle-task: ['check']
test-jvm-version: ['11']
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: nbauernfeind

- name: Setup JDK 11
id: setup-java-11
uses: actions/setup-java@v3
Expand Down

0 comments on commit 0166a6f

Please sign in to comment.