Skip to content

Commit

Permalink
fix: update test version to v3.10.0
Browse files Browse the repository at this point in the history
Updating version required after merging main to PR.

Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>
  • Loading branch information
fty4 committed Nov 2, 2023
1 parent 6acc8cc commit 2ef262f
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 @@ -81,8 +81,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.9.0' ]]; then
echo 'should be v3.9.0'
if [[ $ACTUAL_VERSION != 'v3.10.0' ]]; then
echo 'should be v3.10.0'
exit 1
else
exit 0
Expand Down

0 comments on commit 2ef262f

Please sign in to comment.