Skip to content

Commit

Permalink
update tests to use config instead of values
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent d7615ba commit 665059a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: starship
with:
name: test-with-values
values: config.yaml
config: config.yaml

- name: Check kubectl pods
run: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
name: test-kubeconfig
kubeconfig: ${{ steps.kubeconfig.outputs.content }}
values: config.yaml
config: config.yaml

- name: Check kubectl pods
run: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
id: starship
with:
name: test-no-portforward
values: config.yaml
config: config.yaml

- name: Check kubectl pods
run: |
Expand Down

0 comments on commit 665059a

Please sign in to comment.