We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eff569 commit b6f5850Copy full SHA for b6f5850
.github/workflows/e2e.yaml
@@ -29,4 +29,4 @@ jobs:
29
- name: Install package
30
run: python -m pip install -e .
31
- name: Run End to End tests
32
- run: pytest -vvv -s
+ run: pytest -vvv -s kubernetes/e2e_test
0 commit comments