Fixed workflows/pipelines
This commit is contained in:
parent
f8cf0fd338
commit
bcc5fe2cb7
4 changed files with 13 additions and 30 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -35,6 +35,8 @@ jobs:
|
|||
run: ./bld compile
|
||||
|
||||
- name: Run tests with bld
|
||||
env:
|
||||
BITLY_ACCESS_TOKEN: ${{ secrets.BITLY_ACCESS_TOKEN }}
|
||||
run: ./bld jacoco
|
||||
|
||||
- name: Remove pom.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue