Small GitHub Actions container image based on the official Playwright image, with the extra system packages needed by Bun preinstalled.
ghcr.io/north-brook/fast-playwright:v1.58.2-nobleghcr.io/north-brook/fast-playwright:v1.59.1-nobleghcr.io/north-brook/fast-playwright:v1.60.0-noble
- Official Playwright base image
curlunzip
container:
image: ghcr.io/north-brook/fast-playwright:v1.60.0-nobleThis lets E2E jobs remove the repeated apt install step:
- name: Install Container Dependencies
run: |
apt-get update
apt-get install -y unzip curlUse an image tag that matches the app's installed Playwright version.