Skip to content

Update ubuntu.yml (#3) #22

Update ubuntu.yml (#3)

Update ubuntu.yml (#3) #22

Workflow file for this run

name: macOS
on:
push:
branches: [ "main" ]

Check failure on line 5 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 5
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v