Skip to content

Commit 8603d65

Browse files
committed
forward the output
1 parent 6e1a484 commit 8603d65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ jobs:
319319
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
320320
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
321321
MONITORING_API_KEY: ${{ secrets.MONITORING_API_KEY }}
322+
outputs:
323+
hasBreakingChanges: ${{ steps.breakingChanges.outputs.hasBreakingChanges }}
322324
name: client ${{ matrix.client.language }}@${{ matrix.client.version }}
323325
steps:
324326
- uses: actions/checkout@v4
@@ -355,6 +357,7 @@ jobs:
355357
run: yarn cli build playground ${{ matrix.client.language }}
356358

357359
- name: Run Java 'algoliasearch' public API validation
360+
id: breakingChanges
358361
if: ${{ github.base_ref == 'main' && matrix.client.language == 'java' && matrix.client.isMainVersion }}
359362
run: |
360363
cd ${{ matrix.client.path }}

0 commit comments

Comments
 (0)