Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jun 26, 2023
1 parent 6e6be1f commit 02823e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Generate project
run: swift package generate-xcodeproj
- name: Run tests
run: xcodebuild test -project XcodeProj.xcodeproj -scheme XcodeProj-Package -enableCodeCoverage YES
run: swift test --enable-code-coverage
- name: Send test coverage report
run: bash <(curl -s https://codecov.io/bash)
test-linux:
Expand Down

0 comments on commit 02823e5

Please sign in to comment.