From 174c4b454fe5108b787f8e8b8f17b0818f9d8565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Thu, 29 Feb 2024 13:51:34 -0300 Subject: [PATCH] run tests --- .github/workflows/test.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bded30a..981e572 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,13 +47,7 @@ jobs: - name: Unzip node_modules run: tar xzf node_modules.tar.gz - name: Run tests - continue-on-error: true - uses: actions/setup-node@v3 - with: - node-version: "18.18.0" - timeout_minutes: 25 - max_attempts: 2 - command: yarn test + run: yarn test # LINT, TYPECHECK, AUDIT ci-checks: