diff --git a/.woodpecker/ci.yaml b/.woodpecker/ci.yaml index 550ce5e..462759a 100644 --- a/.woodpecker/ci.yaml +++ b/.woodpecker/ci.yaml @@ -94,6 +94,8 @@ steps: - npx serve dist -p 4173 & - sleep 2 - CI=1 pnpm run test:e2e + depends_on: + - unit test - name: Send E2E Test Status Notification (failure) image: curlimages/curl