Skip to content

Commit 490631e

Browse files
authored
feat(ci): Cache node_modules in flaky test detector (#8787)
This should cut down on the `yarn install` step.
1 parent 39bf783 commit 490631e

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)