Skip to content

Commit

Permalink
Fix E2E test runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Dec 11, 2023
1 parent 610669d commit b1cee58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ jobs:
kubectl wait --timeout=5m --for=condition=available deployment my-opentelemetry-operator -n opentelemetry-operator-system
- name: Run e2e tests
run: kubectl kuttl test ./opentelemetry-operator/tests/e2e --config ./charts/opentelemetry-operator/kuttl-test.yaml
working-directory: ./opentelemetry-operator
run: kubectl kuttl test ./tests/e2e --config ../charts/opentelemetry-operator/kuttl-test.yaml --crd-dir ../charts/opentelemetry-operator/crds

0 comments on commit b1cee58

Please sign in to comment.