adding overwrite flag
Some checks failed
Some checks failed
This commit is contained in:
@@ -64,10 +64,19 @@ 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: |
|
run: npm ci
|
||||||
mv vision-start/* .
|
|
||||||
npm ci
|
- name: Download build artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: pr-release-zip
|
||||||
|
|
||||||
|
- name: Unpack build artifact
|
||||||
|
run: unzip -o -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
|
||||||
|
|||||||
Reference in New Issue
Block a user