Skip to content

Commit

Permalink
uses self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Mar 14, 2024
1 parent 4da8b69 commit be02ef1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
test:
name: Terraform Provider Acceptance Tests
needs: build
runs-on: self-hosted
runs-on:
- self-hosted
- dind
- large-8x8

timeout-minutes: 15
strategy:
Expand Down

0 comments on commit be02ef1

Please sign in to comment.