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 ce284b9 commit cb6bf09Copy full SHA for cb6bf09
Taskfile.yml
@@ -203,7 +203,7 @@ tasks:
203
env:
204
E2E_SERIAL: 1
205
cmds:
206
- - task: test-e2e-kube
+ - cmd: bash -x ./scripts/tests.e2e.kube.sh {{.CLI_ARGS}}
207
208
# To use a different fuzz time, run `task test-fuzz FUZZTIME=[value in seconds]`.
209
# A value of `-1` will run until it encounters a failing output.
0 commit comments