Skip to content

Commit 3cb770b

Browse files
Add missing backslashes in commands in CI
1 parent ff4b672 commit 3cb770b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ./tests/healthypkg
5050
run: |
5151
docker run \
52-
-e PACKAGE_TO_SCAN="./..."
52+
-e PACKAGE_TO_SCAN="./..." \
5353
--rm ${{ env.TEST_TAG }}
5454
5555
- name: Spot issues in an unhealthy package
@@ -59,7 +59,7 @@ jobs:
5959
set +e
6060
6161
docker run \
62-
-e PACKAGE_TO_SCAN="./..."
62+
-e PACKAGE_TO_SCAN="./..." \
6363
--rm ${{ env.TEST_TAG }}
6464
6565
if [[ $? -eq 0 ]]; then

0 commit comments

Comments
 (0)