diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31107d5..75d6674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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