Skip to content

Commit

Permalink
Skip package cache to prevent errors in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jun 29, 2023
1 parent 2e6872d commit 62c45f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Lint code issues 🚨
uses: golangci/golangci-lint-action@v3
with:
skip-pkg-cache: true

- name: Install xk6 and build xk6-kafka 🏗️
run: |
Expand Down

0 comments on commit 62c45f1

Please sign in to comment.