Skip to content

Commit

Permalink
fix: using latest version v3.12.0 for no-verify test
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 committed Jan 25, 2025
1 parent 114dfa2 commit ce1d7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
ct version
CT_VERSION_OUTPUT=$(ct version 2>&1 /dev/null)
ACTUAL_VERSION=$(echo "$CT_VERSION_OUTPUT" | grep Version | rev | cut -d ' ' -f1 | rev)
if [[ $ACTUAL_VERSION != 'v3.10.0' ]]; then
echo 'should be v3.10.0'
if [[ $ACTUAL_VERSION != 'v3.12.0' ]]; then
echo 'should be v3.12.0'
exit 1
else
exit 0
Expand Down

0 comments on commit ce1d7a6

Please sign in to comment.