Skip to content

Commit 5c00d63

Browse files
committed
Fix name error in test.yml
1 parent 6a2ad8f commit 5c00d63

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
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
test:
15-
name: Test on ${{ RUNNER_OS }} using Node.js v${{ matrix.node }}
15+
name: Test on ${{ matrix.os }} using Node.js v${{ matrix.node }}
1616
continue-on-error: true
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)