Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Nov 6, 2024
1 parent 60b42a1 commit 3c41df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
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:
if: matrix.os == 'ubuntu-latest' && always()
run: |
ls -la
pwd
find . -type f -name "rpe.log" -exec cat {} +
Expand Down

0 comments on commit 3c41df6

Please sign in to comment.