feat: cmd support for windows (#1941)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
9
pkg/runner/testdata/windows-shell-cmd/push.yml
vendored
Normal file
9
pkg/runner/testdata/windows-shell-cmd/push.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo Hi
|
||||
shell: cmd
|
Reference in New Issue
Block a user