From 613493f46baab1bde87bb532342c914aa5e8f07a Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 17 Apr 2020 19:15:24 +0200 Subject: [PATCH] First cd into the right folder --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index f1c67ac..10612b0 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -21,4 +21,4 @@ jobs: with: java-version: 1.8 - name: Build with Ant - run: ant -noinput -buildfile build.xml clean test + run: cd org.wikipathways.client; ant -noinput -buildfile build.xml clean test