Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Use new conformance test runner in conformance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and mikemorris committed Jun 1, 2022
1 parent 372b663 commit 020fdf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
kubectl kustomize ./ --output ./base/manifests.yaml
- name: Run tests
working-directory: "gateway-api/conformance"
run: go test -v -timeout 10m ./ --gateway-class consul-api-gateway
working-directory: "consul-api-gateway/internal/testing/conformance"
run: go test -v -timeout 10m ./

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 020fdf4

Please sign in to comment.