Skip to content

Commit

Permalink
chore: update edge tag name (#8)
Browse files Browse the repository at this point in the history
The edge tag does not exist anymore, only edge-acorn and edge-bonsai. Update the test
  • Loading branch information
stefreak authored Oct 10, 2023
1 parent 1297510 commit 9500584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# Simple test cases for the action code.
# This is basically a smoke test; Semantic behaviour to be checked manually

- name: Test 1 - Version should be edge
- name: Test 1 - Version should be edge-bonsai
uses: ./
with:
garden-version: edge
garden-version: edge-bonsai
command: --version

- name: Test 2 - Version should be latest
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
echo "The $GARDEN_AUTH_TOKEN variable was not set to the expected string foobar"
exit 1
fi
echo "Test passed"
echo "Test passed"

0 comments on commit 9500584

Please sign in to comment.