Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkesselm authored Oct 19, 2023
1 parent e1f2677 commit 39a21cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39a21cf

Please sign in to comment.