We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df0885 commit 13633cdCopy full SHA for 13633cd
1 file changed
.github/workflows/windows-smoke.yml
@@ -78,10 +78,11 @@ jobs:
78
}
79
80
- name: Smoke-test binaries
81
+ # design.exe's build is smoked by the layout assertion above; it
82
+ # doesn't implement --version, so we don't invoke it here.
83
run: |
84
./browse/dist/browse.exe --version
85
./make-pdf/dist/pdf.exe --version
- ./design/dist/design.exe --version
86
87
- name: Windows-specific unit tests
88
0 commit comments