Skip to content

Commit a34ec14

Browse files
committed
Ensure gRPC summary runs on failure
1 parent f6ab514 commit a34ec14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/grpc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: vendor/bin/phpunit --testsuite=integration --group grpc --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox
100100

101101
- name: Summarize gRPC failures
102-
if: ${{ steps.grpc.outcome == 'failure' || steps.grpc-tests.outcome == 'failure' }}
102+
if: ${{ always() && (steps.grpc.outcome == 'failure' || steps.grpc-tests.outcome == 'failure') }}
103103
run: |
104104
{
105105
echo "### gRPC tests are non-blocking"

0 commit comments

Comments
 (0)