File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -86,18 +86,10 @@ jobs:
8686 - name : Unit Jtest Linux latest & windows & MacOS
8787 if : ${{ matrix.os != 'ubuntu-22.04' }}
8888 run : npm test
89-
89+
9090 - name : E2E Playwright tests on Linux latest & MacOS
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
91+ if : ${{ matrix.os == 'ubuntu-latest' }}
92+ run : npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
10193
10294 - name : Run ESLint only on ubuntu-latest
10395 if : ${{ matrix.os == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments