Skip to content

Commit

Permalink
Set windowsShell to "cmd" for the second test, to verify that it work…
Browse files Browse the repository at this point in the history
…s correctly (#10)
  • Loading branch information
davidebeatrici authored Mar 10, 2021
1 parent 4ba689e commit 339eaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
macos: echo "test2"
linux: echo "test2"
windows: echo "test2"
windowsShell: cmd
-
uses: knicknic/os-specific-run@main
with:
Expand All @@ -44,5 +45,4 @@ jobs:
macos: echo "test2"
linux: echo "test2"
windows: echo "test2"


windowsShell: cmd

0 comments on commit 339eaa3

Please sign in to comment.