Skip to content

Commit bcc2417

Browse files
committed
Quote test command in workflow file
1 parent 5405752 commit bcc2417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rocm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
- name: Run tests
6060
run: |
6161
cd $WORKSPACE_DIR
62-
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd pytest tests/core_test.py
62+
python3 build/rocm/ci_build test $TEST_IMAGE --test-cmd "pytest tests/core_test.py"
6363

0 commit comments

Comments
 (0)