Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Mar 1, 2024
1 parent 5e810c8 commit f580c65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -73,7 +71,7 @@ jobs:

- name: Type check
run: yarn typecheck

tests:
name: Unit tests
needs: setup
Expand All @@ -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: |
Expand Down

0 comments on commit f580c65

Please sign in to comment.