We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c595c10 commit 9a562b7Copy full SHA for 9a562b7
.github/workflows/rpe_test.yml
@@ -92,12 +92,8 @@ jobs:
92
run: npm test
93
94
- name: E2E Playwright tests on Linux latest & MacOS
95
- if: ${{ matrix.os == 'ubuntu-latest' }}
96
- uses: coactions/[email protected]
97
- with:
98
- run: npm run compile && npx playwright test
99
- # if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-12' }}
100
- # run: && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" --
+ if: ${{ matrix.os == 'ubuntu-latest' }}
+ run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
101
102
- name: Install packages CentOS 7 & Run pytest & frontend test
103
if: ${{ matrix.os == 'ubuntu-22.04' }}
0 commit comments