Open shrink opened 1 year ago
Rather than assert using test:
test
- run: test -e ${{ steps.extract.outputs.destination }}/001.txt || exit 1
use pr-mpt/actions-assert with a file contents assertion: https://github.com/pr-mpt/assertions/issues/19
pr-mpt/actions-assert
Rather than assert using
test
:use
pr-mpt/actions-assert
with a file contents assertion: https://github.com/pr-mpt/assertions/issues/19