Added working directory for the examples steps

This commit is contained in:
Erik C. Thauvin 2024-01-31 00:28:09 -08:00
parent ab8c71ebf2
commit 3aebecae82

View file

@ -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