Skip to content

Commit 3c41df6

Browse files
committed
typo
1 parent 60b42a1 commit 3c41df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpe_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
9393

9494
- name: cat rpe log
95-
if: always()
96-
run:
95+
if: matrix.os == 'ubuntu-latest' && always()
96+
run: |
9797
ls -la
9898
pwd
9999
find . -type f -name "rpe.log" -exec cat {} +

0 commit comments

Comments
 (0)