diff --git a/.woodpecker.yml b/.woodpecker.yml index e16a089..5eee991 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -34,7 +34,7 @@ steps: SKIP_ENV_VALIDATION: "true" commands: - *use_deps - - pnpm lint || true # Non-blocking while fixing legacy code + - pnpm lint depends_on: - install when: @@ -66,7 +66,7 @@ steps: SKIP_ENV_VALIDATION: "true" commands: - *use_deps - - pnpm test || true # Non-blocking while fixing legacy tests + - pnpm test depends_on: - prisma-generate