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 d24bd60 commit ea0fa09Copy full SHA for ea0fa09
.github/workflows/node.js.yml
@@ -97,10 +97,7 @@ jobs:
97
run: npm run build
98
99
- name: Test
100
- run: |
101
- npm run test:unit -- `
102
- --headless -b edge `
103
- -c ${{ matrix.CONFIGS.config }}
+ run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
104
105
safari:
106
runs-on: macos-latest
@@ -138,6 +135,4 @@ jobs:
138
135
139
136
140
137
141
142
- npm run test:unit -- -b safari \
143
+ run: npm run test:unit -- -b safari -c ${{ matrix.CONFIGS.config }}
0 commit comments