Added working directory for the examples steps
This commit is contained in:
parent
ab8c71ebf2
commit
3aebecae82
1 changed files with 3 additions and 1 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -23,15 +23,17 @@ jobs:
|
|||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: Download the examples dependencies
|
||||
working-directory: examples
|
||||
run: |
|
||||
cd examples
|
||||
chmod +x bld
|
||||
./bld download
|
||||
|
||||
- name: Run examples tests
|
||||
working-directory: examples
|
||||
run: ./bld compile test
|
||||
|
||||
- name: Build examples documentation
|
||||
working-directory: examples
|
||||
run : |
|
||||
./bld javadoc
|
||||
./bld dokka-html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue