From 6ba57306c3c834e151dc97237ab194168e2a95a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 3 Jun 2025 16:26:43 +0200 Subject: [PATCH] asd --- .github/workflows/test-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index feaff4f4..8357118b 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -110,7 +110,7 @@ jobs: run: pnpx wait-on tcp:3002 -t 15s - name: Run snippet tests run: | - npm run test:snips + npm run test:snips -- scrape.test.ts working-directory: ./apps/api - name: Kill instances if: always()