Skip to content

Commit

Permalink
2. try to skip cache linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maranqz committed Feb 14, 2024
1 parent 88d0937 commit c6db28d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
OS_TARGET: ubuntu-latest
jobs:
tests-units:
needs: [lint]
permissions:
pull-requests: write
strategy:
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
run: make test

tests-integration:
needs: [tests-units]
permissions:
pull-requests: write
services:
Expand Down Expand Up @@ -147,5 +149,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
args: --timeout=3m -v
working-directory: ${{ matrix.modules }}

0 comments on commit c6db28d

Please sign in to comment.