Skip to content

Commit

Permalink
Added script to find rnp version for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ronaldtse committed Apr 9, 2023
1 parent 36bd282 commit 384d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "coverage=${{ github.event.client_payload.tag }}" >> $GITHUB_OUTPUT
else
echo "matrix=[ 'v0.15.2', 'v0.16.2', '' ]" >> $GITHUB_OUTPUT
echo "coverage=''" >> $GITHUB_OUTPUT
echo "coverage=$(git remote show https://github.com/rnpgp/rnp | grep HEAD | cut -d' ' -f5)" >> $GITHUB_OUTPUT
fi
build-and-test:
Expand Down

0 comments on commit 384d1cf

Please sign in to comment.