Skip to content

Commit

Permalink
fix(ci): golang caching is already part of go actions
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jan 4, 2024
1 parent 59ee1df commit 75596a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .github/actions/e2e-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ runs:
name: Prepare Test Environment
uses: ./.github/actions/kamel-prepare-env

- name: Cache modules
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Test
shell: bash
run: make
7 changes: 0 additions & 7 deletions .github/actions/release-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ runs:
cluster-config-data: ${{ inputs.secretE2ECluster }}
cluster-kube-config-data: ${{ inputs.secretE2EKube }}
smoke-test-only: true
- name: Cache modules
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Get nightly version and update date
shell: bash
run: |
Expand Down

0 comments on commit 75596a5

Please sign in to comment.