ci: target restore redaction test correctly

This commit is contained in:
Furox 2026-09-05 22:39:15 +03:00 committed by Furox88
parent d03089695d
commit 5ec3de875b

View File

@ -32,7 +32,7 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Focused credential-redaction tests
run: pnpm --filter=dokploy run test -- --run __test__/backups/redact-credentials.test.ts
run: pnpm --filter=dokploy exec vitest --config __test__/vitest.config.ts --run __test__/backups/redact-credentials.test.ts
- name: Workspace typecheck
run: pnpm typecheck
- name: Biome check hardened files