Skip to content

Commit 59d794b

Browse files
committed
Fix smoke test command in Docker workflow for improved execution
1 parent 410759b commit 59d794b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run Smoke Tests
5757
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref != 'refs/heads/main')
5858
run: |
59-
docker run --rm bash arc:test -lc \
59+
docker run --rm arc:test bash -lc \
6060
"cd /home/mambauser/Code/ARC && micromamba run -n arc_env pytest dockerfiles/docker_tests/test_docker_smoke.py -m smoke -q"
6161
6262
# ----- Main branch only steps -----

0 commit comments

Comments
 (0)