Skip to content

Commit

Permalink
multi kind test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
bartam1 committed Jul 25, 2023
1 parent fbf9a91 commit eb76940
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ jobs:

- name: Run E2E tests
env:
KUBECONFIG: ${{ steps.setup-kind.outputs.kubeconfig }}
TEST_STRATEGY: complete
KUBECONFIG_DIR: platforms/kind/kubeconfigs
MAX_TIMEOUT: "30m"


run: |
go work init
go work use -r .
make test-e2e-parallel
make test-e2e
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@master
Expand Down

0 comments on commit eb76940

Please sign in to comment.