Skip to content

Commit

Permalink
added debug stage
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Nov 6, 2024
1 parent f55d8ca commit 60b42a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js

- name: cat rpe log
if: always()
run:
ls -la
pwd
find . -type f -name "rpe.log" -exec cat {} +


- name: Run ESLint only on ubuntu-latest
if: ${{ matrix.os == 'ubuntu-latest' }}
run: npx eslint src/
Expand Down

0 comments on commit 60b42a1

Please sign in to comment.