Update playwright (#2522)

This commit is contained in:
Sam Freund
2026-06-29 07:41:09 -07:00
committed by GitHub
parent 10f38268e6
commit 6155fb9534
3 changed files with 40 additions and 23 deletions

View File

@@ -131,13 +131,14 @@ jobs:
cache: pnpm
cache-dependency-path: photon-client/pnpm-lock.yaml
node-version: 24
- name: Setup tests
working-directory: photon-client
run: |
pnpm install
pnpm test-setup
- name: Prebuild Gradle
run: ./gradlew photon-targeting:build photon-core:build photon-server:build -x check
- parallel:
- name: Setup tests
working-directory: photon-client
run: |
pnpm install
pnpm test-setup
- name: Prebuild Gradle
run: ./gradlew photon-targeting:build photon-core:build photon-server:build -x check
- name: Run Playwright tests
working-directory: photon-client
run: pnpm test