cleanup
This commit is contained in:
parent
24b715d676
commit
9c51ff467e
2 changed files with 1 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ when:
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
memory: 'high'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,7 @@ variables:
|
||||||
- 'printf "%s" "$CI_SCRIPT" | base64 -d > /tmp/ci-script.sh && /bin/sh -xe /tmp/ci-script.sh'
|
- 'printf "%s" "$CI_SCRIPT" | base64 -d > /tmp/ci-script.sh && /bin/sh -xe /tmp/ci-script.sh'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Needed to generate coverage
|
generate-coverage:
|
||||||
test:
|
|
||||||
image: mcr.microsoft.com/playwright:v1.61.0-jammy
|
image: mcr.microsoft.com/playwright:v1.61.0-jammy
|
||||||
environment:
|
environment:
|
||||||
FF_NETWORK_PER_BUILD: "true"
|
FF_NETWORK_PER_BUILD: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue