mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): update Playwright container image and install unzip for Bun setup
This commit is contained in:
parent
442311b203
commit
fc545b3b88
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci-pipeline.yml
vendored
7
.github/workflows/ci-pipeline.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
if: ${{ needs.check_changes.outputs.exists == 'true' }}
|
if: ${{ needs.check_changes.outputs.exists == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/playwright:v1.52.0-noble
|
image: mcr.microsoft.com/playwright:v1.52.0-jammy
|
||||||
options: --user 1001
|
options: --user 1001
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -96,6 +96,11 @@ jobs:
|
||||||
name: build-dist
|
name: build-dist
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
|
- name: Install unzip (required for Bun setup)
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y unzip
|
||||||
|
|
||||||
- name: Setup Bun with Cache
|
- name: Setup Bun with Cache
|
||||||
uses: ./.github/actions/setup-bun-with-cache
|
uses: ./.github/actions/setup-bun-with-cache
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue