Skip to content

Commit

Permalink
Setup CI with GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Dec 21, 2020
1 parent 302f839 commit 1631601
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI
on: [pull_request, push]
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: ./gradlew build testRelease

0 comments on commit 1631601

Please sign in to comment.