Skip to content

Commit

Permalink
Readd make test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuvesz committed Jul 18, 2023
1 parent 0f2340d commit 4b346b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: run tests
run: |
KUBECONFIG=${{ steps.setup-kind.outputs.kubeconfig }} go test tests/e2e -v -timeout 15m -tags e2e --ginkgo.show-node-events --ginkgo.trace --ginkgo.v
go get github.com/banzaicloud/koperator/tests/e2e
KUBECONFIG=${{ steps.setup-kind.outputs.kubeconfig }} make test-e2e
- name: Delete kind cluster
uses: ./.github/actions/kind-delete

0 comments on commit 4b346b1

Please sign in to comment.