Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] integration testing setup #320

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
cat file to stdout for sanity check
  • Loading branch information
ryanisfluffy committed Sep 18, 2024
commit 9a65d9e114ba9364a3835a4e92f21f8da4031b6b
4 changes: 3 additions & 1 deletion e2e/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ testcases:
- name: nova_run
steps:
- type: exec
script: nova find --output-file output.json
script: |
nova find --output-file output.json
cat ./output.json

- name: validate outdated chart version
steps:
Expand Down