Skip to content

Commit

Permalink
try #14
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 13, 2022
1 parent 44ad7e2 commit a2f63fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
acceptance-tproxy:
#needs: [get-go-version, unit-cli, dev-upload-docker, unit-acceptance-framework, unit-test-helm-templates]
needs: dev-upload-docker
uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
uses: .github/workflows/reusable-acceptance.yml
with:
name: acceptance-tproxy
directory: acceptance/tests
Expand All @@ -357,7 +357,7 @@ jobs:
acceptance:
#needs: [get-go-version, unit-cli, dev-upload-docker, unit-acceptance-framework, unit-test-helm-templates]
needs: dev-upload-docker
uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
uses: .github/workflows/reusable-acceptance.yml
with:
name: acceptance
directory: acceptance/tests
Expand Down

0 comments on commit a2f63fb

Please sign in to comment.