File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 8888 run : npm test
8989
9090 - name : E2E Playwright tests on Linux latest & MacOS
91- if : ${{ matrix.os == 'ubuntu-latest' }}
92- run : npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
91+ if : ${{ matrix.os == 'ubuntu-latest' }}
92+ run : |
93+ npm run compile
94+ npm start &
95+ sleep 5
96+ xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
97+
98+ # - name: E2E Playwright tests on Linux latest & MacOS
99+ # if: ${{ matrix.os == 'ubuntu-latest' }}
100+ # run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
93101
94102 - name : Run ESLint only on ubuntu-latest
95103 if : ${{ matrix.os == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments