Merge remote-tracking branch 'origin/develop' into biome

This commit is contained in:
Henry Jameson 2026-01-08 17:16:14 +02:00
commit 6f5eb6c442
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ test:
e2e-pleroma:
stage: test
image: mcr.microsoft.com/playwright:v1.55.0-jammy
image: mcr.microsoft.com/playwright:v1.57.0-jammy
services:
- name: postgres:15-alpine
alias: db

1
changelog.d/e2e.skip Normal file
View file

@ -0,0 +1 @@
fix e2e

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.55.0-jammy
FROM mcr.microsoft.com/playwright:v1.57.0-jammy
WORKDIR /app
@ -14,4 +14,3 @@ COPY . .
ENV CI=1
CMD ["yarn", "e2e:pw"]