Skip to content

Commit 850db43

Browse files
committed
ci
1 parent 91f4c6a commit 850db43

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ jobs:
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
1919

2020
- uses: actions/cache@v3
21-
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
21+
id: yarn-cache
2222
with:
2323
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
2424
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
2525
restore-keys: |
2626
${{ runner.os }}-yarn-
2727
28+
- run: yarn install
29+
2830
- run: yarn test
2931

3032
- run: yarn build

0 commit comments

Comments
 (0)