shrink / actions-docker-extract

:octocat: Extract file(s) from a Docker Image
MIT License
17 stars 7 forks source link

Replace use of `test` with assertions #14

Open shrink opened 1 year ago

shrink commented 1 year ago

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