Skip to content

Commit

Permalink
ci: fix build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Jan 15, 2024
1 parent b7b5bea commit 34c2c9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild build test -scheme "jose-swift-Package" -destination "platform=macOS" -resultBundlePath TestResults

- name: Publish tests results
uses: kishikawakatsumi/xcresulttool@v1.7.1
with:
path: TestResults.xcresult
show-code-coverage: true
if: success() || failure()

build-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34c2c9f

Please sign in to comment.