Skip to content

Commit

Permalink
Merge pull request #46 from matthewfeickert/ci/fix-docker-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich authored Sep 28, 2021
2 parents 4eba02e + fe31f05 commit b2bce11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: List built images
run: docker images

- name: Check basic run works
- name: Check recast CLI functional
run: >-
docker run --rm
recast/recastatlas:sha-${GITHUB_SHA::8}
-c "recast --help; recast run testing/busyboxtest --backend local"
sh -c 'recast --help'

0 comments on commit b2bce11

Please sign in to comment.