fixing job
Some checks failed
Build Pull Request / Build Pull Request Archive (pull_request) Successful in 8s
Build Pull Request / Capture Pull Request Screenshots (pull_request) Failing after 2s
Build Pull Request / Publish Pull Request Screenshot Preview (pull_request) Has been skipped

This commit is contained in:
2026-07-10 22:44:57 -03:00
parent 30372f800c
commit 5597afc572

View File

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