Skip to content

Commit

Permalink
ci: more info
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 9, 2024
1 parent 2309604 commit 91a7050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cron-third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ jobs:
LAST_VERSION=$(cat /tmp/last-version-${{ matrix.lib }} 2>/dev/null || echo '0.0.0')
FETCHED_VERSION="${{ steps.npm-version.outputs.result }}"
echo "Validating $LAST_VERSION ..."
semver validate $LAST_VERSION
echo "Validating $FETCHED_VERSION ..."
semver validate $FETCHED_VERSION
echo "result=$(semver compare $LAST_VERSION $FETCHED_VERSION)" >> "$GITHUB_OUTPUT"
- id: trigger-tests
Expand Down

0 comments on commit 91a7050

Please sign in to comment.