Skip to content

Commit

Permalink
Comment on test for verify bump none
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Apr 10, 2023
1 parent a39f3ad commit 1b78f39
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,10 @@ jobs:
# needs to be a greater tag in bump major
main2="$(verlt $MAIN2_OUTPUT_TAG $MAIN2_OUTPUT_NEWTAG && true || false)"
pre2="$(verlt $PRE2_OUTPUT_TAG $PRE2_OUTPUT_NEWTAG && true || false)"
# needs to be the same tag when bump is none
main3="$(verlt $MAIN3_OUTPUT_TAG $MAIN3_OUTPUT_NEWTAG && false || true)"
# needs to be the same tag when bump is none
main4="$(verlt $MAIN4_OUTPUT_TAG $MAIN4_OUTPUT_NEWTAG && false || true)"
if $main1 && $pre1 && $main2 && $pre2 && $main3 && main4
# TODO figure out a not very ugly way to verify bump none output of .new_tag
if $main1 && $pre1 && $main2 && $pre2
then
echo -e "\n>>>>The tags were created correctly" >> $GITHUB_STEP_SUMMARY
else
Expand Down

0 comments on commit 1b78f39

Please sign in to comment.