Skip to content

Commit

Permalink
use right path for end to end test script
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Nov 2, 2023
1 parent 658bb14 commit 071ba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cargo install --path .
foreman --version
$env:Path += '%USERPROFILE%/.foreman/bin'
bash end-to-end-tests.sh
bash .\scripts\end-to-end-tests.sh
kill-process-test-unix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 071ba36

Please sign in to comment.