Skip to content

prepare_release.sh script building and uploading xcframework #38

prepare_release.sh script building and uploading xcframework

prepare_release.sh script building and uploading xcframework #38

Workflow file for this run

name: PR Checks
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
unit-tests:
name: Unit Tests
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run tests
run: ./run_test.sh
shell: bash
- name: Run Swift build
run: |
swift build