Skip to content

Commit fcfc2aa

Browse files
committed
Add notice for non-blocking gRPC failures
1 parent a34ec14 commit fcfc2aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/grpc-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- name: Summarize gRPC failures
102102
if: ${{ always() && (steps.grpc.outcome == 'failure' || steps.grpc-tests.outcome == 'failure') }}
103103
run: |
104+
echo "::notice::gRPC tests are non-blocking due to missing/broken gRPC on PHP 8.5."
104105
{
105106
echo "### gRPC tests are non-blocking"
106107
echo

0 commit comments

Comments
 (0)