@@ -2,9 +2,6 @@ name: TESTING - interchaintest
2
2
3
3
on :
4
4
pull_request :
5
- push :
6
- branches :
7
- - master
8
5
9
6
jobs :
10
7
events :
@@ -16,11 +13,13 @@ jobs:
16
13
go-version : ' 1.21'
17
14
18
15
- name : checkout relayer
19
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
20
17
21
- - uses : actions/cache@v1
18
+ - uses : actions/cache@v3
22
19
with :
23
- path : ~/go/pkg/mod
20
+ path : |
21
+ ~/.cache/go-build
22
+ ~/go/pkg/mod
24
23
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
25
24
restore-keys : |
26
25
${{ runner.os }}-go-
@@ -37,11 +36,13 @@ jobs:
37
36
go-version : ' 1.21'
38
37
39
38
- name : checkout relayer
40
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v4
41
40
42
- - uses : actions/cache@v1
41
+ - uses : actions/cache@v3
43
42
with :
44
- path : ~/go/pkg/mod
43
+ path : |
44
+ ~/.cache/go-build
45
+ ~/go/pkg/mod
45
46
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
46
47
restore-keys : |
47
48
${{ runner.os }}-go-
@@ -58,11 +59,13 @@ jobs:
58
59
go-version : ' 1.21'
59
60
60
61
- name : checkout relayer
61
- uses : actions/checkout@v2
62
+ uses : actions/checkout@v4
62
63
63
- - uses : actions/cache@v1
64
+ - uses : actions/cache@v3
64
65
with :
65
- path : ~/go/pkg/mod
66
+ path : |
67
+ ~/.cache/go-build
68
+ ~/go/pkg/mod
66
69
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
67
70
restore-keys : |
68
71
${{ runner.os }}-go-
@@ -79,11 +82,13 @@ jobs:
79
82
go-version : ' 1.21'
80
83
81
84
- name : checkout relayer
82
- uses : actions/checkout@v2
85
+ uses : actions/checkout@v4
83
86
84
- - uses : actions/cache@v1
87
+ - uses : actions/cache@v3
85
88
with :
86
- path : ~/go/pkg/mod
89
+ path : |
90
+ ~/.cache/go-build
91
+ ~/go/pkg/mod
87
92
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
88
93
restore-keys : |
89
94
${{ runner.os }}-go-
@@ -100,11 +105,13 @@ jobs:
100
105
go-version : ' 1.21'
101
106
102
107
- name : checkout relayer
103
- uses : actions/checkout@v2
108
+ uses : actions/checkout@v4
104
109
105
- - uses : actions/cache@v1
110
+ - uses : actions/cache@v3
106
111
with :
107
- path : ~/go/pkg/mod
112
+ path : |
113
+ ~/.cache/go-build
114
+ ~/go/pkg/mod
108
115
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
109
116
restore-keys : |
110
117
${{ runner.os }}-go-
@@ -121,11 +128,13 @@ jobs:
121
128
go-version : ' 1.21'
122
129
123
130
- name : checkout relayer
124
- uses : actions/checkout@v2
131
+ uses : actions/checkout@v4
125
132
126
- - uses : actions/cache@v1
133
+ - uses : actions/cache@v3
127
134
with :
128
- path : ~/go/pkg/mod
135
+ path : |
136
+ ~/.cache/go-build
137
+ ~/go/pkg/mod
129
138
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
130
139
restore-keys : |
131
140
${{ runner.os }}-go-
@@ -139,7 +148,7 @@ jobs:
139
148
matrix : ${{ steps.set-matrix.outputs.matrix }}
140
149
steps :
141
150
- name : Checkout code
142
- uses : actions/checkout@v2
151
+ uses : actions/checkout@v4
143
152
144
153
- name : Generate matrix
145
154
id : set-matrix
@@ -164,11 +173,13 @@ jobs:
164
173
go-version : ' 1.21'
165
174
166
175
- name : checkout relayer
167
- uses : actions/checkout@v2
176
+ uses : actions/checkout@v4
168
177
169
- - uses : actions/cache@v1
178
+ - uses : actions/cache@v3
170
179
with :
171
- path : ~/go/pkg/mod
180
+ path : |
181
+ ~/.cache/go-build
182
+ ~/go/pkg/mod
172
183
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
173
184
restore-keys : |
174
185
${{ runner.os }}-go-
0 commit comments