Skip to content

Commit

Permalink
chore: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Nov 22, 2023
1 parent 8e732cd commit ad50eee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
with:
always-auth: true
node-version: ${{ matrix.node }}
cache: 'yarn'
# cache: 'yarn'
scope: '@lingui'

- name: clean cache
run: yarn cache clean

- name: Install dependencies if needed
run: yarn install --network-timeout 1000000

Expand Down

0 comments on commit ad50eee

Please sign in to comment.