Skip to content

Commit

Permalink
cmd instead of powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Nov 2, 2023
1 parent 071ba36 commit 05f7d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- uses: actions/checkout@v2

- name: End-to-end tests windows
shell: pwsh
shell: cmd
run: |
cargo install --path .
foreman --version
$env:Path += '%USERPROFILE%/.foreman/bin'
set PATH=%PATH%;%USERPROFILE%/.foreman/bin
bash .\scripts\end-to-end-tests.sh
kill-process-test-unix:
Expand Down

0 comments on commit 05f7d3b

Please sign in to comment.