Skip to content

Commit

Permalink
Test with start process on windows workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed Aug 22, 2024
1 parent fd317f8 commit ff08a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ jobs:
cd "$env:WORKING_PATH\qc-framework\qc-framework\runtime"
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python3 -
$env:APPDATA\Roaming\Python\Scripts\poetry install --with dev
$env:APPDATA\Roaming\Python\Scripts\poetry run pytest
Start-Process -FilePath ("$env:APPDATA" + "\Roaming\Python\Scripts\poetry") install --with dev
Start-Process -FilePath ("$env:APPDATA" + "\Roaming\Python\Scripts\poetry") run pytest
Write-Output "All runtime tests done."
shell: pwsh

0 comments on commit ff08a11

Please sign in to comment.