File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 test : ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
7979 os :
8080 - ubuntu-latest
81+ - macos-13
8182 - macos-latest
8283 - windows-latest
8384 exclude :
85+ - os : macos-13
86+ test : buildx/bake.test.itg.ts
8487 - os : macos-latest
8588 test : buildx/bake.test.itg.ts
8689 - os : windows-latest
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ describe('install', () => {
3030 process . env = {
3131 ...originalEnv ,
3232 SIGN_QEMU_BINARY : '1' ,
33- COLIMA_START_ARGS : '--cpu 4 --memory 8 --disk 32 --dns 1.1.1.1 --dns 8.8.8.8 --dns-host example.com=1.2.3.4 '
33+ COLIMA_START_ARGS : '--cpu 4 --memory 8 --disk 32'
3434 } ;
3535 } ) ;
3636 afterEach ( ( ) => {
@@ -52,5 +52,5 @@ describe('install', () => {
5252 await Docker . printInfo ( ) ;
5353 await install . tearDown ( ) ;
5454 } ) ( ) ) . resolves . not . toThrow ( ) ;
55- } , 600000 ) ;
55+ } , 1200000 ) ;
5656} ) ;
You can’t perform that action at this time.
0 commit comments