From f580c65ce2eee4ea64b41d7b9bc07ba161a04a27 Mon Sep 17 00:00:00 2001 From: Vladimir Borovik Date: Fri, 1 Mar 2024 21:12:37 +0300 Subject: [PATCH] chore --- .github/workflows/pr.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0e26518..8843b1e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,13 +13,13 @@ jobs: setup: name: Setup runs-on: ubuntu-20.04 - + steps: - name: Load current commit uses: actions/checkout@v3 with: ref: ${{ github.ref }} - + - name: Setup Node.js uses: volta-cli/action@v4 @@ -31,7 +31,6 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: | @@ -59,7 +58,6 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: | @@ -73,7 +71,7 @@ jobs: - name: Type check run: yarn typecheck - + tests: name: Unit tests needs: setup @@ -96,7 +94,6 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: |