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 }}
|
java-version: ${{ matrix.java-version }}
|
||||||
|
|
||||||
- name: Download the examples dependencies
|
- name: Download the examples dependencies
|
||||||
|
working-directory: examples
|
||||||
run: |
|
run: |
|
||||||
cd examples
|
|
||||||
chmod +x bld
|
chmod +x bld
|
||||||
./bld download
|
./bld download
|
||||||
|
|
||||||
- name: Run examples tests
|
- name: Run examples tests
|
||||||
|
working-directory: examples
|
||||||
run: ./bld compile test
|
run: ./bld compile test
|
||||||
|
|
||||||
- name: Build examples documentation
|
- name: Build examples documentation
|
||||||
|
working-directory: examples
|
||||||
run : |
|
run : |
|
||||||
./bld javadoc
|
./bld javadoc
|
||||||
./bld dokka-html
|
./bld dokka-html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue