Skip to content

Commit

Permalink
Use self-hosted runner for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jul 12, 2023
1 parent 03479d8 commit 8373e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
integration-tests:
name: Integration test
runs-on: ubuntu-latest
runs-on: [self-hosted, test-runner]
steps:
- uses: actions/checkout@v3
- name: Setup operator environment
Expand Down

0 comments on commit 8373e1e

Please sign in to comment.