Skip to content

Commit

Permalink
Mount directory to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Jan 27, 2024
1 parent edb83d1 commit d2d07c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
echo "Running Docker command in the current directory: $(pwd)"
docker run \
-v .:/github/workspace \
-e PACKAGE_TO_SCAN="./..." \
--rm ${{ env.TEST_TAG }}
Expand All @@ -63,6 +64,7 @@ jobs:
echo "Running Docker command in the current directory: $(pwd)"
if docker run \
-v .:/github/workspace \
-e PACKAGE_TO_SCAN="./..." \
--rm ${{ env.TEST_TAG }}; then
echo "Container didn't fail when it should've"
Expand Down

0 comments on commit d2d07c2

Please sign in to comment.