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 60b42a1 commit 3c41df6Copy full SHA for 3c41df6
.github/workflows/rpe_test.yml
@@ -92,8 +92,8 @@ jobs:
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:
+ if: matrix.os == 'ubuntu-latest' && always()
+ run: |
97
ls -la
98
pwd
99
find . -type f -name "rpe.log" -exec cat {} +
0 commit comments