Skip to content

Commit

Permalink
Add verbosity to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Jan 27, 2024
1 parent d6b702b commit edb83d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
id: test-healthy
working-directory: ./tests/healthypkg
run: |
echo "Running Docker command in the current directory: $(pwd)"
docker run \
-e PACKAGE_TO_SCAN="./..." \
--rm ${{ env.TEST_TAG }}
Expand All @@ -58,6 +60,8 @@ jobs:
run: |
set +e
echo "Running Docker command in the current directory: $(pwd)"
if docker run \
-e PACKAGE_TO_SCAN="./..." \
--rm ${{ env.TEST_TAG }}; then
Expand Down

0 comments on commit edb83d1

Please sign in to comment.