Skip to content

Commit

Permalink
Remove redundant caching
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Apr 18, 2024
1 parent 1cd5a62 commit 74bbe58
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/provisioner-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'components/provisioner/go.mod'
cache: false
- name: Set up cache
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
/home/runner/work/common/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
cache-dependency-path: 'components/provisioner/go.mod'
- name: Run unit tests
run: make -C components/provisioner verify

0 comments on commit 74bbe58

Please sign in to comment.