From 5ec3de875b1b53a8a4f399f13fad40bde715f1c0 Mon Sep 17 00:00:00 2001 From: Furox Date: Sat, 5 Sep 2026 22:39:15 +0300 Subject: [PATCH] ci: target restore redaction test correctly --- .github/workflows/issue-416-restore-redaction-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-416-restore-redaction-validation.yml b/.github/workflows/issue-416-restore-redaction-validation.yml index 0d92bbbb2..656ea1c09 100644 --- a/.github/workflows/issue-416-restore-redaction-validation.yml +++ b/.github/workflows/issue-416-restore-redaction-validation.yml @@ -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