Skip to content

Commit 2cc77af

Browse files
committed
cache yarn for flakey test workflow
1 parent 775b770 commit 2cc77af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-node@v3
3636
with:
3737
node-version-file: 'package.json'
38+
cache: 'yarn'
3839
- name: Install dependencies
3940
run: yarn install --ignore-engines --frozen-lockfile
4041

0 commit comments

Comments
 (0)