Skip to content

Commit

Permalink
Added better test description
Browse files Browse the repository at this point in the history
  • Loading branch information
dszlachta committed Jul 18, 2024
1 parent 6a14542 commit 78368f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
run: |
docker run --rm --entrypoint chifra ${{ env.TEST_TAG }} --version 2> /tmp/version
grep `echo ${{ inputs.tag }} | sed 's/v//'` /tmp/version
if [ $? != 0 ]; then
echo "VERSION MISMATCH"
cat /tmp/version
exit 1
fi

# Now we know it's working, so we will commit the changed VERSION file and create new tag
-
Expand Down

0 comments on commit 78368f2

Please sign in to comment.