Skip to content

Update macos.yml

Update macos.yml #23

Workflow file for this run

name: macOS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
= name: Print Swift version
run: swift --version

Check failure on line 15 in .github/workflows/macos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/macos.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Build and run tests
run: swift test