ci(test): add macos-13 to the matrix
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -78,9 +78,12 @@ jobs:
|
|||||||
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
|
test: ${{ fromJson(needs.prepare-itg.outputs.matrix) }}
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
- macos-13
|
||||||
- macos-latest
|
- macos-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: macos-13
|
||||||
|
test: buildx/bake.test.itg.ts
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
test: buildx/bake.test.itg.ts
|
test: buildx/bake.test.itg.ts
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ describe('install', () => {
|
|||||||
process.env = {
|
process.env = {
|
||||||
...originalEnv,
|
...originalEnv,
|
||||||
SIGN_QEMU_BINARY: '1',
|
SIGN_QEMU_BINARY: '1',
|
||||||
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'
|
COLIMA_START_ARGS: '--cpu 4 --memory 8 --disk 32'
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
@@ -52,5 +52,5 @@ describe('install', () => {
|
|||||||
await Docker.printInfo();
|
await Docker.printInfo();
|
||||||
await install.tearDown();
|
await install.tearDown();
|
||||||
})()).resolves.not.toThrow();
|
})()).resolves.not.toThrow();
|
||||||
}, 600000);
|
}, 1200000);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user