ci: run e2e in playwright image

This commit is contained in:
saltbo
2026-06-01 11:05:27 -04:00
parent 30bc6e1a12
commit 5a64cbe4e3
+2 -2
View File
@@ -47,6 +47,7 @@ jobs:
e2e-node:
name: E2E (Node)
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.59.1-noble
needs: check
env:
BETTER_AUTH_SECRET: ci-test-secret-that-is-at-least-32-chars
@@ -58,7 +59,6 @@ jobs:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install --with-deps chromium
- name: Install cloudflared
run: |
curl -L --fail --output cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64
@@ -74,6 +74,7 @@ jobs:
e2e-cf:
name: E2E (CF Workers)
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.59.1-noble
needs: check
steps:
- uses: actions/checkout@v6
@@ -83,7 +84,6 @@ jobs:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install --with-deps chromium
- name: Install cloudflared
run: |
curl -L --fail --output cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64