Skip to content

Commit b02f423

Browse files
committed
* Always stop Toxiproxy server, part 2
1 parent 215b7d2 commit b02f423

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
--environment 'RABBITMQ_TOXIPROXY_TESTS=true' `
7777
--environment 'PASSWORD=grapefruit' `
7878
--environment SSL_CERTS_DIR="${{ github.workspace }}\.ci\certs" `
79-
"${{ github.workspace }}\projects\Test\Integration\Integration.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'
79+
"${{ github.workspace }}\projects\Test\Integration\Integration.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'; `
80+
Get-Job | Stop-Job -Verbose -PassThru | Remove-Job -Verbose
8081
- name: Check for errors in RabbitMQ logs
8182
run: ${{ github.workspace }}\.ci\windows\gha-log-check.ps1
82-
- name: Stop Toxiproxy
83-
run: Get-Job | Stop-Job -Verbose -PassThru | Remove-Job -Verbose
8483
- name: Maybe upload RabbitMQ and Toxiproxy logs
8584
if: failure()
8685
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)