Skip to content

Commit

Permalink
chore: add cache to yml and update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 12, 2024
1 parent 254dc00 commit 1e6ffc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/typescript-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: 'npm'

- name: Test
run: |
yarn install
yarn pr-check
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn pr-check

0 comments on commit 1e6ffc8

Please sign in to comment.