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 c90477d commit c595c10Copy full SHA for c595c10
.github/workflows/rpe_test.yml
@@ -92,8 +92,12 @@ jobs:
92
run: npm test
93
94
- name: E2E Playwright tests on Linux latest & MacOS
95
- if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-12' }}
96
- run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
+ if: ${{ matrix.os == 'ubuntu-latest' }}
+ 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" --
101
102
- name: Install packages CentOS 7 & Run pytest & frontend test
103
if: ${{ matrix.os == 'ubuntu-22.04' }}
0 commit comments