Skip to content

Commit

Permalink
🧰 Create Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-ricks committed Jul 23, 2023
1 parent d19db7f commit d8d60ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 🧪 Test

on:
pull_request:
branches:
- main


jobs:
build:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: 🛠️ Build
run: swift build
- name: 🧪 Run tests
run: swift test

0 comments on commit d8d60ab

Please sign in to comment.