Skip to content

Commit

Permalink
Run connectivity test in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Oct 18, 2023
1 parent fe24b7e commit beefd12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ jobs:
- name: List modules
run: |
timoni list -A
- name: Upgrade module
- name: Upgrade module with custom values
run: |
echo 'values: message: "e2e"' | timoni -n test apply nginx oci://localhost:5000/minimal -v 1.0.0 -f-
- name: Upgrade module with debug values
run: |
timoni -n test apply nginx oci://localhost:5000/minimal -f ./examples/minimal/debug_values.cue
- name: Inspect module
run: |
timoni -n test inspect resources nginx
Expand Down

0 comments on commit beefd12

Please sign in to comment.