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:
76
76
--environment 'RABBITMQ_TOXIPROXY_TESTS=true' `
77
77
--environment 'PASSWORD=grapefruit' `
78
78
--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
80
81
- name : Check for errors in RabbitMQ logs
81
82
run : ${{ github.workspace }}\.ci\windows\gha-log-check.ps1
82
- - name : Stop Toxiproxy
83
- run : Get-Job | Stop-Job -Verbose -PassThru | Remove-Job -Verbose
84
83
- name : Maybe upload RabbitMQ and Toxiproxy logs
85
84
if : failure()
86
85
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments