Skip to content

Commit

Permalink
Update postman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiturca authored Jun 11, 2024
1 parent 528680f commit aea036c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
Start-Sleep -s 60 # Wait longer for the server to start
cat dotnet_server_log.txt
- name: Check if API server is up
run: |
echo "Checking if API server is up..."
sleep 10 # Extra wait to ensure server is up
curl -I http://localhost:60805/swagger/v1/swagger.json
- name: Install Postman CLI
run: |
powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))"
Expand Down

0 comments on commit aea036c

Please sign in to comment.