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 d4a3722 commit b242b14Copy full SHA for b242b14
.github/workflows/rpe_test.yml
@@ -87,9 +87,9 @@ jobs:
87
if: ${{ matrix.os != 'ubuntu-22.04' }}
88
run: npm test
89
90
- - 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
+ # - name: E2E Playwright tests on Linux latest & MacOS
+ # if: ${{ matrix.os == 'ubuntu-latest' }}
+ # run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
93
94
- name: Run ESLint only on ubuntu-latest
95
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments