You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2023/10/19 21:11:46 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: Update main.yml

This is an automated email from the ASF dual-hosted git repository.

jkesselm pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 39a21cf1 Update main.yml
39a21cf1 is described below

commit 39a21cf1ba3fed277065e35ee4263a6123ddafab
Author: Joe Kesselman <13...@users.noreply.github.com>
AuthorDate: Thu Oct 19 17:11:42 2023 -0400

    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 da235b1a..2a7b6eb0 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org