Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
ci: drop diff print from build-all job
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham committed Mar 28, 2023
1 parent eaab4f7 commit 733352b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,3 @@ jobs:

- name: Add release url to summary
run: echo "Release created/updated at ${{ steps.create_release.outputs.url }}" >> $GITHUB_STEP_SUMMARY

- name: Print diff for future PR submission
run: |
yarn install
yarn build
yarn run updateExpected --input ${{ steps.generate_sha_file.outputs.sha_output_file }}
git diff

0 comments on commit 733352b

Please sign in to comment.