From 3e15c932f909bce8021c4ffb347f988ae9541f60 Mon Sep 17 00:00:00 2001 From: Nadeem Yaseen <70559777+NadeemYaseen@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:41:17 +0500 Subject: [PATCH] Update rpe_test.yml to sparse checkout Raptor/etc --- .github/workflows/rpe_test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rpe_test.yml b/.github/workflows/rpe_test.yml index 311ea3a6..51b10e3e 100644 --- a/.github/workflows/rpe_test.yml +++ b/.github/workflows/rpe_test.yml @@ -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' }} @@ -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()