Skip to content

Commit

Permalink
SM-16 #comment pull from cache on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick95550 committed Oct 5, 2023
1 parent a6e0fcf commit 129fcbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
node-version: 18.14.1
cache: 'yarn'

- name: cache repo
uses: actions/cache@v3
with:
path: ./
key: repo-${{hashFiles('./')}}

- name: yarn install
run: yarn

Expand All @@ -26,12 +32,6 @@ jobs:
- name: prepare artifacts
run: npx ts-node scripts/parse_artifacts.ts

- name: cache repo
uses: actions/cache@v3
with:
path: ./
key: repo-${{hashFiles('./')}}

test-node:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 129fcbb

Please sign in to comment.