ci: split docker install for other os
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
let includes = [];
|
let includes = [];
|
||||||
for (const os of ['ubuntu-latest', 'macos-13', 'windows-latest']) {
|
for (const os of ['ubuntu-latest', 'macos-13', 'windows-latest']) {
|
||||||
for (const test of tests) {
|
for (const test of tests) {
|
||||||
if (os === 'macos-13' && test === 'docker/install.test.itg.ts') {
|
if (test === 'docker/install.test.itg.ts') {
|
||||||
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: '27.3.1' });
|
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: '27.3.1' });
|
||||||
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: 'master' });
|
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: 'master' });
|
||||||
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: 'latest' });
|
includes.push({ os: os, test: test, docker_install_type: 'image', docker_install_version: 'latest' });
|
||||||
|
|||||||
Reference in New Issue
Block a user