Pipeline fixes
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user