Skip to content

Commit f586850

Browse files
committed
Exclude readme windows nothing image test
1 parent d160a71 commit f586850

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test_readme.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
os: 'ubuntu-latest',
4646
prepare_command: 'docker tag node:12 nothing',
4747
build_command: ':',
48-
}, {
49-
inspect_image: 'nothing',
50-
os: 'windows-latest',
51-
prepare_command: 'docker tag mcr.microsoft.com/windows/nanoserver:1809 nothing',
52-
build_command: ':',
5348
}, {
5449
branch: process.env.GITHUB_REF.replace('refs/heads/', '')
5550
}
@@ -59,6 +54,10 @@ jobs:
5954
inspect_image: 'test_project_scratch',
6055
os: 'windows-latest',
6156
},
57+
{
58+
inspect_image: 'nothing',
59+
os: 'windows-latest',
60+
},
6261
],
6362
}
6463

0 commit comments

Comments
 (0)