Skip to content

Commit

Permalink
Add github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishin committed Nov 30, 2019
1 parent 44803a7 commit fe587c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- name: Run iOS tests
run: make test-ios
- name: Run tvOS tests
run: make test-tvos

0 comments on commit fe587c7

Please sign in to comment.