Skip to content

Commit

Permalink
Update rpe_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 8, 2024
1 parent bc0e95c commit 0b9020e
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 @@ -96,9 +96,9 @@ jobs:

- name: E2E Playwright tests on Linux latest & MacOS
if: ${{ matrix.os == 'ubuntu-latest' }}
run: cp -rf Raptor/etc backend && npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test -- fle.test.js
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

- name: cat rpe log
- name: cat RPE log
if: matrix.os == 'ubuntu-latest' && always()
run: |
ls -la
Expand Down

0 comments on commit 0b9020e

Please sign in to comment.