Skip to content

Commit 4c41fb6

Browse files
committed
fix yarn install not setting up action cache
1 parent d5d7a29 commit 4c41fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: yarn
4141

4242
- name: Install dependencies
43-
run: yarn --frozen-lockfile
43+
run: yarn install --frozen-lockfile
4444

4545
- name: Build
4646
run: yarn build

0 commit comments

Comments
 (0)