Add baseline file for testing
This commit is contained in:
parent
5a2824507f
commit
6e3e5d0645
6 changed files with 34 additions and 5 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -24,13 +24,17 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: List directory
|
||||
working-directory: examples
|
||||
run: dir
|
||||
|
||||
- name: Download dependencies [examples]
|
||||
working-directory: examples
|
||||
run: ./bld download
|
||||
|
||||
- name: Run tests [examples]
|
||||
- name: Run Detekt [examples]
|
||||
working-directory: examples
|
||||
run: ./bld compile test
|
||||
run: ./bld compile detekt
|
||||
|
||||
- name: Download dependencies
|
||||
run: ./bld download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue