From 6ae713cf2ed51f65f72417faba8333b788368eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Treszczy=C5=84ski?= Date: Wed, 2 Feb 2022 11:02:11 +0100 Subject: [PATCH] #1367 fixed "github workflow" correctly with documentation cd ... --- .github/workflows/build-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8148625085..959b30f8f1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -37,4 +37,5 @@ jobs: distribution: 'adopt' - name: Build with Ant - run: ant -buildfile ./framework/build.xml test + working-directory: ./framework + run: ant test