From ef28c70b9bc0ef551f9d6a8f84d497802433af77 Mon Sep 17 00:00:00 2001 From: MickaelK Date: Tue, 14 Nov 2023 07:39:50 +1100 Subject: [PATCH] fix (CI): debug CI session --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc1d4f5e3..1f6e3cd51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Run run: | cd public - npx eslint . + # npx eslint . npx tsc test_backend: @@ -178,7 +178,7 @@ jobs: release_docker_amd64: if: github.ref == 'refs/heads/master' - needs: [ test_e2e, test_backend, test_frontend ] + needs: [ test_backend, test_frontend ] runs-on: ubuntu-latest steps: - name: Init