Skip to content

Commit 1f3a42f

Browse files
committed
fix
1 parent 5d9bf93 commit 1f3a42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Run tests
5555
working-directory: ${{ matrix.project.dir }}
5656
run: |
57-
${{ matrix.project.test_command }}
57+
${{ matrix.project.cmd }}

0 commit comments

Comments
 (0)