Skip to content

Commit

Permalink
Update rpe_test.yml to sparse checkout Raptor/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 8, 2024
1 parent b3c4ed9 commit 3e15c93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Bring in closed src device.xml
uses: actions/checkout@v4
with:
repository: os-fpga/Raptor
path: Raptor
sparse-checkout: 'etc'

- name: Setup Node.js ${{ matrix.os }}
if: ${{ matrix.os != 'ubuntu-22.04' }}
Expand Down Expand Up @@ -89,7 +96,7 @@ jobs:

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

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

0 comments on commit 3e15c93

Please sign in to comment.