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 e73b6ba commit 9e9d3b1Copy full SHA for 9e9d3b1
.github/workflows/flaky-test-detector.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/setup-node@v3
36
with:
37
node-version-file: 'package.json'
38
+ cache: 'yarn'
39
- name: Install dependencies
40
run: yarn install --ignore-engines --frozen-lockfile
41
0 commit comments