Skip to content

Commit 04f439a

Browse files
committed
remove cache for now + shorter timeout
1 parent 0eba10f commit 04f439a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/chaos-tests.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
chaos-test:
2020
runs-on: ubuntu-latest
21-
timeout-minutes: 60
21+
timeout-minutes: 10
2222
steps:
2323
- uses: actions/checkout@v5
2424
with:
@@ -30,16 +30,6 @@ jobs:
3030
with:
3131
go-version: '1.25.x'
3232

33-
- name: Cache Go modules
34-
uses: actions/cache@v4
35-
with:
36-
path: |
37-
~/go/pkg/mod
38-
~/.cache/go-build
39-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
40-
restore-keys: |
41-
${{ runner.os }}-go-
42-
4333
- name: Download dependencies
4434
run: go mod download
4535

0 commit comments

Comments
 (0)