Skip to content

Commit

Permalink
fix(ci): update command to run the test with the latest version (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 authored May 27, 2024
1 parent 931b66d commit a189ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knuu_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "${KUBECONFIG_FILE}" > $HOME/.kube/config
- name: Run Tests
run: make test-all
run: make test
env:
KNUU_SKIP_CLEANUP: "false"
KNUU_TIMEOUT: "240m" # needed as we run all the tests
Expand Down

0 comments on commit a189ee6

Please sign in to comment.