We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ab514 commit a34ec14Copy full SHA for a34ec14
1 file changed
.github/workflows/grpc-tests.yml
@@ -99,7 +99,7 @@ jobs:
99
run: vendor/bin/phpunit --testsuite=integration --group grpc --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox
100
101
- name: Summarize gRPC failures
102
- if: ${{ steps.grpc.outcome == 'failure' || steps.grpc-tests.outcome == 'failure' }}
+ if: ${{ always() && (steps.grpc.outcome == 'failure' || steps.grpc-tests.outcome == 'failure') }}
103
run: |
104
{
105
echo "### gRPC tests are non-blocking"
0 commit comments