diff --git a/.gitea/workflows/pull-request.yaml b/.gitea/workflows/pull-request.yaml index 5aef2b8..24d7fea 100644 --- a/.gitea/workflows/pull-request.yaml +++ b/.gitea/workflows/pull-request.yaml @@ -64,19 +64,10 @@ jobs: with: node-version: 22 - - name: Set up required tools - run: sudo apt-get install unzip -y - - name: Install JS dependencies - run: npm ci - - - name: Download build artifact - uses: actions/download-artifact@v3 - with: - name: pr-release-zip - - - name: Unpack build artifact - run: unzip -q ${{ env.ARCHIVE_NAME }} + run: | + mv vision-start/* . + npm ci - name: Install Playwright Chromium run: npx playwright install --with-deps chromium