This commit is contained in:
Gergő Móricz 2025-06-03 17:02:27 +02:00
parent 1b3f037a26
commit d1b5e2ef47

View File

@ -108,7 +108,7 @@ jobs:
working-directory: ./apps/api
id: start_index_worker
- name: Wait for API
run: pnpx wait-on tcp:3002 -t 15s
run: pnpx wait-on tcp:3002 -t 30s
- name: Run snippet tests
run: |
npm run test:snips
@ -116,11 +116,11 @@ jobs:
- name: Kill instances
if: always()
run: pkill -9 node
- uses: actions/upload-artifact@v4
if: always()
with:
name: Logs
path: |
./apps/api/api.log
./apps/api/worker.log
./apps/api/index-worker.log
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: Logs
# path: |
# ./apps/api/api.log
# ./apps/api/worker.log
# ./apps/api/index-worker.log