Skip to content

Commit

Permalink
Merge pull request #3252 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Always write summary on batched schema generation jobs
  • Loading branch information
anthony-c-martin authored Oct 30, 2024
2 parents 615cbce + 31da591 commit cf903d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
--combine-batch-mode true
working-directory: generator

- name: Print summary
run: cat summary.log
- name: Write summary
if: ${{ always() }}
run: cat summary.log >> $GITHUB_STEP_SUMMARY

- name: Upload Schemas
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cf903d5

Please sign in to comment.