Skip to content

Commit

Permalink
Remove vol option in docker-run-action step
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jun 29, 2023
1 parent 16d7a97 commit 5605c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: docker-ci:latest
options: -v ${{ github.workspace }}:/app
run: |
${{ env.dockerCmd }} &
sleep 15
Expand Down

0 comments on commit 5605c0f

Please sign in to comment.