We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2ad8f commit 5c00d63Copy full SHA for 5c00d63
.github/workflows/test.yml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
test:
15
- name: Test on ${{ RUNNER_OS }} using Node.js v${{ matrix.node }}
+ name: Test on ${{ matrix.os }} using Node.js v${{ matrix.node }}
16
continue-on-error: true
17
strategy:
18
matrix:
0 commit comments