From 3aebecae82c45b77a36621d9666897bc4cad9141 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 31 Jan 2024 00:28:09 -0800 Subject: [PATCH] Added working directory for the examples steps --- .github/workflows/bld.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 19d6f3a..d6d8389 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -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