Skip to content

Commit

Permalink
chore: skip cache because of flaky behaviors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 4, 2021
1 parent f2487ae commit 63ccffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: golangci/golangci-lint-action@v2.5.1
with:
version: latest
# skip cache because of flaky behaviors
skip-pkg-cache: true
skip-build-cache: true

tests-on-windows:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
runs-on: windows-latest
Expand Down

0 comments on commit 63ccffa

Please sign in to comment.