Skip to content

Commit

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

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

0 comments on commit 4ef7ef4

Please sign in to comment.