diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b284f..c3ef034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: