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:
|
e2e-pleroma:
|
||||||
stage: test
|
stage: test
|
||||||
image: mcr.microsoft.com/playwright:v1.55.0-jammy
|
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||||
services:
|
services:
|
||||||
- name: postgres:15-alpine
|
- name: postgres:15-alpine
|
||||||
alias: db
|
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
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
@ -14,4 +14,3 @@ COPY . .
|
||||||
ENV CI=1
|
ENV CI=1
|
||||||
|
|
||||||
CMD ["yarn", "e2e:pw"]
|
CMD ["yarn", "e2e:pw"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue