mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-13 03:38:06 -05:00
Create .github action for CI
This commit is contained in:
parent
ab6abaf5c0
commit
08ffb78e31
21
.github/workflows/scala.yml
vendored
Normal file
21
.github/workflows/scala.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Scala CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up JDK 1.8
|
||||||
|
uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: 1.8
|
||||||
|
- name: Run tests
|
||||||
|
run: sbt test
|
Loading…
x
Reference in New Issue
Block a user