mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
sbt test on branches (#13)
This commit is contained in:
parent
7c0626b4f3
commit
f7035efbf1
22
.github/workflows/test_branch.yml
vendored
Normal file
22
.github/workflows/test_branch.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user