actions-docker-extract icon indicating copy to clipboard operation
actions-docker-extract copied to clipboard

Replace use of `test` with assertions

Open shrink opened this issue 2 years ago • 0 comments

Rather than assert using 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

  • [ ] Replace building of test image with fixed Docker image containing a set of helpful files

shrink avatar Dec 02 '22 14:12 shrink