Skip to content

Commit 8ab9c4f

Browse files
committed
Add test for Win 10 SDK with string
1 parent 9eb06fe commit 8ab9c4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,13 @@ steps:
140140
notify:
141141
- github_commit_status:
142142
context: "install_windows_10_sdk Tests - Version file with new lines"
143+
144+
- label: ":windows: install_windows_10_sdk Tests - Version file with a word"
145+
command: |
146+
echo "not an integer" > .windows-10-sdk-version
147+
bin/install_windows_10_sdk.ps1
148+
agents:
149+
queue: windows
150+
notify:
151+
- github_commit_status:
152+
context: "install_windows_10_sdk Tests - Version file with a word"

0 commit comments

Comments
 (0)