Skip to content

Commit

Permalink
test: use garden version in tests instead of --version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefreak authored Oct 10, 2023
1 parent 66a88d3 commit 4427001
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
- name: Test 1 - Version should be edge
uses: ./
with:
garden-version: edge
command: --version
garden-version: edge-bonsai
command: version

- name: Test 2 - Version should be latest
uses: ./
with:
command: --version
command: version

- name: Test 3 – Only prepare garden version
uses: ./
with:
garden-version: 0.12.44

- name: Test 4 - Version should be 0.12.44
run: garden --version
run: garden version

- name: Test 5 – Prepare kubeconfig and garden-auth-token
uses: ./
Expand Down

0 comments on commit 4427001

Please sign in to comment.