Fixed workflows/pipelines
This commit is contained in:
parent
f8cf0fd338
commit
bcc5fe2cb7
4 changed files with 13 additions and 30 deletions
|
@ -1,9 +1,10 @@
|
|||
image: maven:3-openjdk-18
|
||||
image: openjdk:17
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
caches:
|
||||
- gradle
|
||||
name: Test with bld
|
||||
script:
|
||||
- bash ./gradlew check
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
- ./bld test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue