Skip to content

Commit

Permalink
Added working directory for the examples steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jan 31, 2024
1 parent ab8c71e commit 3aebeca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aebeca

Please sign in to comment.