Skip to content

Commit

Permalink
Tweak windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Feb 28, 2024
1 parent 12cd684 commit ed67f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Start environment and get URL (Windows)
if: runner.os == 'Windows'
run: |
$siteUrl = ./qit env:up | Select-Object -Last 1
$envOutput = ./qit env:up
$siteUrl = $envOutput -split "`r`n" | Select-Object -Last 1
echo "SITE_URL=$siteUrl" | Out-File -Append -FilePath $Env:GITHUB_ENV
- name: Print site URL
Expand Down

0 comments on commit ed67f92

Please sign in to comment.