Skip to content

Introduce new framework generation process #34

Introduce new framework generation process

Introduce new framework generation process #34

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
Tests:
strategy:
matrix:
xcode_version: ["14.3.1", "15.0"]
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: SwiftLint
run: swiftlint --strict
- name: Run Tests
run: |
swift test --verbose
env:
ENABLE_INTEGRATION_TESTS: 1