Skip to content

Commit d08a556

Browse files
authored
Update rpe_test.yml
1 parent b9d5091 commit d08a556

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/rpe_test.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)