Skip to content

Commit

Permalink
Quote test command in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshofer committed Jan 9, 2025
1 parent 5405752 commit bcc2417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Run tests
run: |
cd $WORKSPACE_DIR
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd pytest tests/core_test.py
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd "pytest tests/core_test.py"

0 comments on commit bcc2417

Please sign in to comment.