Skip to content

Commit

Permalink
Exports check is now in the reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Feb 24, 2023
1 parent cf0996d commit e8e6bbe
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,5 @@ jobs:
with_coverage: true
with_tsan: false
coverage_ignores: '/Tests/'

api-breakage:
runs-on: ubuntu-latest
container:
image: swift:5.7
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mark the workspace as safe
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: API breaking changes
run: swift package diagnose-api-breaking-changes origin/main
with_public_api_check: ${{ github.event_name == 'pull_request' }}

test-exports:
name: Test exports
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: swift build -Xswiftc -DBUILDING_DOCC

0 comments on commit e8e6bbe

Please sign in to comment.