Skip to content

Commit

Permalink
Seeing CI-flaking? Disable the yarn-cache in-case that's it
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed May 12, 2023
1 parent 90bb398 commit 2d54d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
# cache: 'yarn'
# cache-dependency-path: 'yarn.lock' # Something weird was happening?
- run: yarn install --frozen-lockfile --non-interactive
- name: Test
run: yarn test
Expand Down

0 comments on commit 2d54d8e

Please sign in to comment.