We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0e95c commit 0b9020eCopy full SHA for 0b9020e
.github/workflows/rpe_test.yml
@@ -96,9 +96,9 @@ jobs:
96
97
- name: E2E Playwright tests on Linux latest & MacOS
98
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
+ 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
100
101
- - name: cat rpe log
+ - name: cat RPE log
102
if: matrix.os == 'ubuntu-latest' && always()
103
run: |
104
ls -la
0 commit comments