Skip to content

feat(didcomm): added support for optional chachapoly #13

feat(didcomm): added support for optional chachapoly

feat(didcomm): added support for optional chachapoly #13

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: xcodebuild build test -scheme "didcomm-swift" -destination "platform=macOS" -resultBundlePath TestResults
- name: Publish tests results
uses: kishikawakatsumi/[email protected]
with:
path: TestResults.xcresult
show-code-coverage: true
if: success() || failure()