This commit is contained in:
Henry Jameson 2026-08-05 17:34:35 +03:00
commit 9c51ff467e
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,6 @@ when:
labels:
platform: linux/amd64
memory: 'high'
steps:
build:

View file

@ -23,8 +23,7 @@ variables:
- 'printf "%s" "$CI_SCRIPT" | base64 -d > /tmp/ci-script.sh && /bin/sh -xe /tmp/ci-script.sh'
steps:
# Needed to generate coverage
test:
generate-coverage:
image: mcr.microsoft.com/playwright:v1.61.0-jammy
environment:
FF_NETWORK_PER_BUILD: "true"