From 39a21cf1ba3fed277065e35ee4263a6123ddafab Mon Sep 17 00:00:00 2001 From: Joe Kesselman <131899227+jkesselm@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:11:42 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da235b1ac..2a7b6eb02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,6 +51,14 @@ jobs: # isn't set up to say "but that's not a regression". run: | ant jar extensions.classes smoketest apitest -Dxalan.relpath=../ -Dparserjar=../lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../lib/endorsed/xml-apis.jar + + - name: 'Where are we' + run: | + pwd + - name: 'And why are we in this handbasket' + run: | + ls /home/runner/work/xalan-java + - id: build_artifacts run: | ant fulldist