Skip to content

Commit 53f0ca7

Browse files
committed
Fix run-tck.yaml syntax
1 parent 2a7d74c commit 53f0ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108
- name: Stop SUT
109109
if: always()
110110
run: |
111-
pkill -f sut_agent.py || true
111+
pkill -f sut_agent.py || true
112112
sleep 2

0 commit comments

Comments
 (0)