From d1b5e2ef473e45365cbc9b43c137d3fd9f8749c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 3 Jun 2025 17:02:27 +0200 Subject: [PATCH] revert --- .github/workflows/test-server.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index b081c7ec..c0b5cb84 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -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 \ No newline at end of file + # - uses: actions/upload-artifact@v4 + # if: always() + # with: + # name: Logs + # path: | + # ./apps/api/api.log + # ./apps/api/worker.log + # ./apps/api/index-worker.log \ No newline at end of file