Skip to content

Commit

Permalink
escape quotes in run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vilnor committed May 25, 2024
1 parent 3bc5f81 commit 9d12736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN playwright install chromium
COPY . tests

# Run the unit tests
CMD bash -c "sleep 10 && python -m pytest -k "not test_e2e" -v --report-log report.log tests"
CMD bash -c "sleep 10 && python -m pytest -k \"not test_e2e\" -v --report-log report.log tests"

0 comments on commit 9d12736

Please sign in to comment.