Skip to content

Commit

Permalink
Update dev.yml to run various test suites correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfourny committed Aug 20, 2024
1 parent b85d4a1 commit a79ab70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ up:
image: kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213
commands:
test:
run: bin/test
run: bin/test unit_test && bin/test cli_test && bin/test serial_integration_test && bin/test integration_test
test-unit:
run: bin/test unit_test
test-cli:
run: bin/test cli_test
test-serial_integration:
run: bin/test serial_integration_test,
test-integration:
run: bin/test integration_test
tophat:
run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/krane_deploy_test.rb -n/${1}/
desc: Tophat a change by running a test scenario with logging output enabled.
Expand Down

0 comments on commit a79ab70

Please sign in to comment.