Skip to content

Commit 2f147f2

Browse files
committed
Add "nothing" test for Windows
1 parent 2326807 commit 2f147f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test_readme.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ 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: ':',
4853
}, {
4954
branch: process.env.GITHUB_REF.replace('refs/heads/', '')
5055
}
@@ -54,10 +59,6 @@ jobs:
5459
inspect_image: 'test_project_scratch',
5560
os: 'windows-latest',
5661
},
57-
{
58-
inspect_image: 'nothing',
59-
os: 'windows-latest',
60-
},
6162
],
6263
}
6364

0 commit comments

Comments
 (0)