CI: enable per-build network for e2e
Fixes Pleroma service being unable to reach the Postgres service on runners that use legacy container links.
This commit is contained in:
parent
d2f528bb15
commit
b8bfd6b1a9
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ e2e-pleroma:
|
|||
- himem
|
||||
variables:
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
|
||||
FF_NETWORK_PER_BUILD: "true"
|
||||
PLEROMA_IMAGE: git.pleroma.social:5050/pleroma/pleroma:stable
|
||||
POSTGRES_USER: pleroma
|
||||
POSTGRES_PASSWORD: pleroma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue