Skip to content

Commit

Permalink
try #8
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 18, 2022
1 parent ce13adb commit a037b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
unit-test-helm-templates:
needs:
- unit-helm-gen
runs-on: custom-linux-small
runs-on: [custom, linux, small]
container:
image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0
options: --user 1001
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

test-control-plane:
needs: [get-go-version, lint-control-plane, golangci-lint-control-plane]
runs-on: custom-linux-small
runs-on: [custom, linux, small]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
test-enterprise-control-plane:
if: github.repository_owner == 'hashicorp' # Do not run on forks as this requires secrets
needs: [get-go-version, lint-control-plane, golangci-lint-control-plane]
runs-on: custom-linux-small
runs-on: [custom, linux, small]
env:
CONSUL_LICENSE: ${{secrets.CONSUL_LICENSE}}
steps:
Expand Down

0 comments on commit a037b96

Please sign in to comment.