Skip to content

Commit

Permalink
ci: Test cmd on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 16, 2023
1 parent 46ad021 commit a4beb34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
run: just --version; shfmt --version; protoc --version
shell: powershell
if: startsWith(matrix.os, 'windows')
- name: Test cmd
run: just --version & shfmt --version & protoc --version
shell: cmd
if: startsWith(matrix.os, 'windows')
# We use the version output to check the version of binstall, but they
# several times change the version output format in the past so we need to
# check it with CI. (e.g., 0.14.0->0.16.0 update change it
Expand Down

0 comments on commit a4beb34

Please sign in to comment.