Bumped bld to version 2.0.0-SNAPSHOT
This commit is contained in:
parent
051f744831
commit
df9aee7ca3
6 changed files with 18 additions and 21 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -22,11 +22,9 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: Grant execute permission for bld
|
||||
run: chmod +x bld
|
||||
|
||||
- name: Download the dependencies
|
||||
- name: Download dependencies
|
||||
run: ./bld download
|
||||
|
||||
- name: Run tests with bld
|
||||
|
||||
- name: Run tests
|
||||
run: ./bld compile test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue