List examples working directory
This commit is contained in:
parent
03184338a4
commit
da04b93dd8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -26,7 +26,9 @@ jobs:
|
|||
|
||||
- name: Download dependencies [examples]
|
||||
working-directory: examples
|
||||
run: ./bld download
|
||||
run:
|
||||
- dir
|
||||
- ./bld download
|
||||
|
||||
- name: Run Detekt [examples]
|
||||
working-directory: examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue