Merge remote-tracking branch 'origin/develop' into biome
This commit is contained in:
commit
6f5eb6c442
3 changed files with 3 additions and 3 deletions
|
|
@ -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
1
changelog.d/e2e.skip
Normal file
|
|
@ -0,0 +1 @@
|
|||
fix e2e
|
||||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue