File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments