diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 5353344d1..d6bd36f3e 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -8,7 +8,6 @@ when: labels: platform: linux/amd64 - memory: 'high' steps: build: diff --git a/.woodpecker/code-analisys.yaml b/.woodpecker/code-analisys.yaml index deee51543..b0d295a39 100644 --- a/.woodpecker/code-analisys.yaml +++ b/.woodpecker/code-analisys.yaml @@ -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"