File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 - name : Build test app
4040 run : npm run build:test
4141 - name : Run tests
42- run : npm run test:standalone
42+ run : npm run test:standalone -- --runInBand
4343
4444 test_linux :
4545 name : Test on Linux with Node ${{ matrix.node }}
5656 - name : Install
5757 run : npm install
5858 - name : Run tests
59- run : npm run test:all
59+ run : npm run test:all -- --runInBand
6060
6161 test_macos :
6262 name : Test on MacOS with Node 16
7070 - name : Install
7171 run : npm install
7272 - name : Run tests
73- run : npm run test:all
73+ run : npm run test:all -- --runInBand
7474
7575 test_windows :
7676 name : Test on Windows with Node 16
8484 - name : Install
8585 run : npm install
8686 - name : Run tests
87- run : npm run test:all
87+ run : npm run test:all -- --runInBand
You can’t perform that action at this time.
0 commit comments