Skip to content

Commit

Permalink
Add barebones macOS CI for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordil committed Jan 10, 2020
1 parent 7b7a29e commit b3d0adf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Package Tests

on: [push]

jobs:
test-macos-latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Check Swift version
run: swift --version
- name: Run tests
run: swift test

0 comments on commit b3d0adf

Please sign in to comment.