Skip to content

Merge pull request #107 from giginet/infoplist-version #41

Merge pull request #107 from giginet/infoplist-version

Merge pull request #107 from giginet/infoplist-version #41

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