Add baseline file for testing
This commit is contained in:
parent
5a2824507f
commit
69a9eac414
4 changed files with 24 additions and 3 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 test-ci
|
||||
|
||||
- name: Download dependencies
|
||||
run: ./bld download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue