This commit is contained in:
Gergő Móricz 2025-06-03 16:26:43 +02:00
parent 37d1de09f3
commit 6ba57306c3

View File

@ -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()