8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@@ -30,14 +30,12 @@ jobs:
|
||||
|
||||
- name: Install System Libs
|
||||
run: sudo apt-get install -y openssl libapr1
|
||||
|
||||
- name: Check
|
||||
- name: Setup gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
arguments: check
|
||||
env:
|
||||
CI: true
|
||||
- name: Check
|
||||
run: make test
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
Reference in New Issue
Block a user