blob: 60d6d687575e656d30fad6e81e2518a2c50e3b3a [file] [log] [blame]
name: Build and test for Apple iOS swift
on:
workflow_dispatch:
workflow_call:
push:
paths:
- '**spm**'
- '**swift**'
pull_request:
paths:
- '**spm**'
- '**swift**'
jobs:
swift-build-run:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run
run: swift test