We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410759b commit 59d794bCopy full SHA for 59d794b
1 file changed
.github/workflows/docker_build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Run Smoke Tests
57
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref != 'refs/heads/main')
58
run: |
59
- docker run --rm bash arc:test -lc \
+ docker run --rm arc:test bash -lc \
60
"cd /home/mambauser/Code/ARC && micromamba run -n arc_env pytest dockerfiles/docker_tests/test_docker_smoke.py -m smoke -q"
61
62
# ----- Main branch only steps -----
0 commit comments