Skip to content

Commit

Permalink
fix tester callout
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 30, 2024
1 parent e4d4e6c commit e0b1e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-kind-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
- uses: ./.github/ci-setup-action
- name: Setup and Test
uses: ./.github/ensure-tester-with-images
env:
USERNAME: ${{ github.actor }}
BUILD_INSTANCE_SSH_KEY: ${{ secrets.BUILD_INSTANCE_SSH_KEY }}
WAIT_FOR_RUNNERS: false
timeout-minutes: 45
with:
runner_type: ${{ contains(matrix.test, 'prover') && '64core-tester-x86' || '16core-tester-x86' }}
Expand Down

0 comments on commit e0b1e34

Please sign in to comment.