Skip to content

Commit

Permalink
back to working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Sep 13, 2024
1 parent c1fba7e commit f240683
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

- name: Check delimited-string for Docker tags
run: |
echo "${{ steps.docker-tags.outputs.target_string }}"
expected="ghcr.io/foo-bar:dev, ghcr.io/foo-bar:tst, ghcr.io/foo-bar:prd"
expected=", ghcr.io/foo-bar:dev, ghcr.io/foo-bar:tst, ghcr.io/foo-bar:prd"
if [ "${{ steps.docker-tags.outputs.target_string }}" != "$expected" ]; then
echo "${{ steps.docker-tags.outputs.target_string }} does not match $expected"
exit 1
Expand Down

0 comments on commit f240683

Please sign in to comment.