File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ jobs:
209209 env :
210210 # fix Firefox permission issue (Firefox is unable to launch if the $HOME folder isn't owned by the current user)
211211 HOME : /root
212- strategy :
213- matrix :
214- browser : [chrome, firefox, webkit, edge]
212+ # strategy:
213+ # matrix:
214+ # browser: [chrome, firefox, webkit, edge]
215215 steps :
216216 - uses : actions/checkout@v4
217217
@@ -244,8 +244,8 @@ jobs:
244244 umd
245245 key : ${{ runner.os }}-modern-build-output-${{ github.sha }}
246246
247- - name : Run e2e tests in ${{ matrix.browser }}
248- run : npm run task:run-e2e:${{ matrix.browser }}
247+ - name : Run e2e tests
248+ run : npm run task:run-e2e
249249
250250 # Run tests on single specified Node.js version
251251 run-jest-single :
You can’t perform that action at this time.
0 commit comments