Add baseline file for testing
This commit is contained in:
parent
5a2824507f
commit
5526cfdcf4
3 changed files with 11 additions and 2 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -28,9 +28,9 @@ jobs:
|
|||
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