Skip to content

Commit eea3155

Browse files
Fix testing
1 parent 63888cd commit eea3155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install node modules
2626
run: |
27-
yarn install --frozen-lockfile --prefer-offline
27+
yarn install --frozen-lockfile --check-cache
2828
2929
- name: Run ESLint
3030
run: |

0 commit comments

Comments
 (0)