sbt test on branches (#13)

This commit is contained in:
folex 2021-03-22 17:25:47 +03:00 committed by GitHub
parent 7c0626b4f3
commit f7035efbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/workflows/test_branch.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: "test"
on:
push:
branches-ignore:
- master
jobs:
test:
name: "sbt test"
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@v2
### Setup
- uses: olafurpg/setup-scala@v10
### Update & build
- name: Test
run: sbt test