Skip to content

Commit 14ef16a

Browse files
0x2b3bfa0casperdcl
andauthored
Disable legacy command tests on Windows (#737)
* Remove multiplatform legacy command tests Closes #736 * Apply @casperdcl's suggestion Co-authored-by: Casper da Costa-Luis <[email protected]> Co-authored-by: Casper da Costa-Luis <[email protected]>
1 parent ee674a3 commit 14ef16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
cml runner --version
6868
cml publish --version
6969
cml pr --version
70+
- if: matrix.system != 'windows'
71+
run: |
72+
cml-runner --version
73+
cml-publish --version
7074
cml-pr --version
7175
packages:
7276
needs: [lint, test, test-os]

0 commit comments

Comments
 (0)