Skip to content

Commit 60b42a1

Browse files
committed
added debug stage
1 parent f55d8ca commit 60b42a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rpe_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ jobs:
9191
if: ${{ matrix.os == 'ubuntu-latest' }}
9292
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
9393

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+
94102
- name: Run ESLint only on ubuntu-latest
95103
if: ${{ matrix.os == 'ubuntu-latest' }}
96104
run: npx eslint src/

0 commit comments

Comments
 (0)