File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments