Skip to content

Merge pull request #34 from SwiftPackageIndex/fix-platform-validation #118

Merge pull request #34 from SwiftPackageIndex/fix-platform-validation

Merge pull request #34 from SwiftPackageIndex/fix-platform-validation #118

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
jobs:
build-release:
strategy:
matrix:
# https://github.com/actions/virtual-environments
os: [macos-12, ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: swift build --disable-automatic-resolution -c release
test:
strategy:
matrix:
# https://github.com/actions/virtual-environments
os: [macos-12, ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: swift test --disable-automatic-resolution