Skip to content

Commit

Permalink
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Dec 3, 2024
1 parent 9599dac commit df62bb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/swift-check-api-breaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Build
if: ${{ env.spmlibrarytarget }}
run: swift build
- name: Analyze API breakage ((workaround compile issue on first run)
if: ${{ env.spmlibrarytarget }}
continue-on-error: true
run: swift package diagnose-api-breaking-changes origin/main --targets ${{ env.spmlibrarytarget }}
- name: Analyze API breakage
if: ${{ env.spmlibrarytarget }}
run: swift package diagnose-api-breaking-changes origin/main --targets ${{ env.spmlibrarytarget }}

0 comments on commit df62bb1

Please sign in to comment.