Skip to content

Commit

Permalink
ci: remove caching action
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Jan 28, 2025
1 parent a272c33 commit bf5789b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
acceptance_tests:
needs: setup_aiven_project_suffix
runs-on: ubuntu-latest
env:
ACC_TEST_PARALLELISM: 5
strategy:
max-parallel: 5
fail-fast: false
Expand Down Expand Up @@ -82,15 +84,6 @@ jobs:
with:
go-version-file: go.mod

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: make test-acc
env:
AIVEN_TOKEN: ${{ secrets.AIVEN_TOKEN }}
Expand Down Expand Up @@ -118,15 +111,6 @@ jobs:
with:
go-version-file: go.mod

- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: nick-invision/retry@v3
if: always()
with:
Expand Down

0 comments on commit bf5789b

Please sign in to comment.