Pipeline fixes
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-11 23:43:14 -03:00
parent f73b7822a5
commit af705efc17

View File

@@ -76,7 +76,7 @@ steps:
when:
- status: [failure]
- name: test e2e
- name: e2e test
image: mcr.microsoft.com/playwright:v1.58.0-noble
commands:
- corepack enable && corepack prepare pnpm@10.28.2 --activate
@@ -110,10 +110,10 @@ steps:
BODY=$(printf '{"username":"WoodpeckerBot","content":"[%s - Build #%s] CI pipeline success 🎉"}' "$CI_REPO" "$CI_PIPELINE_NUMBER")
curl -sS -X POST -H "Content-Type: application/json" -d "$BODY" "$MATTERMOST_WEBHOOK_URL"
depends_on:
- 'install'
- 'lint'
- 'build'
- 'unit test'
- 'e2e test'
- install
- lint
- build
- unit test
- e2e test
when:
- status: [success]