Skip to content

Commit

Permalink
Whittling CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkesselm authored Oct 19, 2023
1 parent f619ea2 commit 449235f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: |
ant jar extensions.classes smoketest apitest -Dxalan.relpath=../ -Dparserjar=../lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../lib/endorsed/xml-apis.jar
# This is failing: in CI
# ant fulldist is failing: in CI
# /home/runner/work/xalan-java/xalan-java/build.xml:1399: /home/runner/work/xalan-java/xalan-test does not exist.
# Replicated on my system if there is neither child nor sibling xalan-test.
# Error replicated on my system if there is not a sibling xalan-test.
# NOT replicated if sibling xalan-test directory is present
# REPLICATED if only child xalan-test directory is present
# So message appears to be misleading...?
# Simplest fix would be to have the above test checkout emulate the dev environment
- id: build_artifacts
run: |
ant fulldist
find .. | grep xalan-test
# ant fulldist

0 comments on commit 449235f

Please sign in to comment.