Download examples dependencies needed for testing
This commit is contained in:
parent
8b8e51feee
commit
48f93f0d17
1 changed files with 7 additions and 0 deletions
7
.github/workflows/bld.yml
vendored
7
.github/workflows/bld.yml
vendored
|
@ -28,5 +28,12 @@ jobs:
|
|||
- name: Download the dependencies
|
||||
run: ./bld download
|
||||
|
||||
- name: Download the examples dependencies
|
||||
run: |
|
||||
cd examples
|
||||
chmod +x bld
|
||||
./bld download
|
||||
cd ..
|
||||
|
||||
- name: Run tests with bld
|
||||
run: ./bld compile test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue