mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-20 18:44:01 -04:00
setup sbt explicitly
This commit is contained in:
parent
ab1387814c
commit
5a5c9a73d9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.11
|
java-version: 1.11
|
||||||
|
- uses: sbt/setup-sbt@v1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sbt test assembly
|
run: sbt test assembly
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user