File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -234,3 +234,29 @@ jobs:
234
234
retry_on : error
235
235
max_attempts : 3
236
236
command : ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
237
+
238
+ vz :
239
+ name : " vz"
240
+ runs-on : macos-13
241
+ timeout-minutes : 120
242
+ steps :
243
+ - uses : actions/setup-go@v4
244
+ with :
245
+ go-version : 1.20.x
246
+ - uses : actions/checkout@v3
247
+ with :
248
+ fetch-depth : 0
249
+ - name : Install test dependencies
250
+ run : brew install qemu bash coreutils
251
+ - name : Cache ~/Library/Caches/lima/download
252
+ uses : actions/cache@v3
253
+ with :
254
+ path : ~/Library/Caches/lima/download
255
+ key : ${{ runner.os }}-vz
256
+ - name : Test
257
+ uses : nick-invision/retry@v2
258
+ with :
259
+ timeout_minutes : 30
260
+ retry_on : error
261
+ max_attempts : 3
262
+ command : ./hack/test-example.sh examples/experimental/vz.yaml
You can’t perform that action at this time.
0 commit comments