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 f55d8ca commit 60b42a1Copy full SHA for 60b42a1
.github/workflows/rpe_test.yml
@@ -91,6 +91,14 @@ jobs:
91
if: ${{ matrix.os == 'ubuntu-latest' }}
92
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
93
94
+ - name: cat rpe log
95
+ if: always()
96
+ run:
97
+ ls -la
98
+ pwd
99
+ find . -type f -name "rpe.log" -exec cat {} +
100
+
101
102
- name: Run ESLint only on ubuntu-latest
103
104
run: npx eslint src/
0 commit comments