Skip to content

Commit

Permalink
Add xalan-test to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jul 25, 2022
1 parent f1c86bb commit 69a831f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
with:
distribution: zulu
java-version: 8
- name: 'Build Xalan jars'
run: |
ant jar
- uses: actions/checkout@v3
name: 'Checkout xalan-test'
with:
repository: apache/xalan-test
path: xalan-test
ref: xalan-j_2_7_x
- name: 'Run xalan-test tests'
working-directory: xalan-test
run: |
ant alltest -Dxalan.relpath=../ -Dparserjar=../lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../lib/endorsed/xml-apis.jar
- id: build_artifacts
run: |
ant fulldist

0 comments on commit 69a831f

Please sign in to comment.