We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ec12f commit 4572974Copy full SHA for 4572974
.github/workflows/continuous-integration.yaml
@@ -9,16 +9,7 @@ jobs:
9
- uses: actions/setup-node@v4
10
with:
11
node-version: '20'
12
- - name: Get yarn cache directory path
13
- id: yarn-cache-dir-path
14
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
15
- - uses: actions/cache@v4
16
- id: yarn-cache
17
- with:
18
- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
19
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
20
- restore-keys: |
21
- ${{ runner.os }}-yarn-
+ cache: 'yarn'
22
- run: yarn install --frozen-lockfile
23
- run: yarn run test
24
- run: yarn run lint
0 commit comments