Skip to content

Commit d3877b9

Browse files
committed
switch order of CI
1 parent e8a8457 commit d3877b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node }}
2121
cache: npm
22+
- run: yarn install
2223
- name: Cache node modules
2324
id: cache-nodemodules
2425
uses: actions/cache@v3
@@ -27,7 +28,6 @@ jobs:
2728
with:
2829
path: "**/node_modules"
2930
key: ${{ runner.os }}-node${{ matrix.node }}-build-${{ env.cache-name }}-${{ hashFiles('yarn.lock') }}
30-
- run: yarn install
3131
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
3232
- run: yarn run renderTemplates
3333
- run: yarn build:lib

0 commit comments

Comments
 (0)