Skip to content

Commit 0b9020e

Browse files
authored
Update rpe_test.yml
1 parent bc0e95c commit 0b9020e

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
@@ -96,9 +96,9 @@ jobs:
9696

9797
- name: E2E Playwright tests on Linux latest & MacOS
9898
if: ${{ matrix.os == 'ubuntu-latest' }}
99-
run: cp -rf Raptor/etc backend && npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
99+
run: ls -l Raptor/etc/devices && cp -rf Raptor/etc backend && npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
100100

101-
- name: cat rpe log
101+
- name: cat RPE log
102102
if: matrix.os == 'ubuntu-latest' && always()
103103
run: |
104104
ls -la

0 commit comments

Comments
 (0)