Skip to content

chore: remove gemefile and update default implementation for Mac app … #3

chore: remove gemefile and update default implementation for Mac app …

chore: remove gemefile and update default implementation for Mac app … #3

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
strategy:
matrix:
os: [macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v