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 f3fa235 commit 1c8dd1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
- id: build_artifacts
run: |
ant fulldist
- uses: actions/checkout@v3
name: 'Checkout xalan-test'
with:
repository: apache/xalan-test
path: xalan-test
branch: xalan-j_2_7_x
- id: run_tests
working-directory: xalan-test
run: |
ant ant alltest -Dxalan.relpath=../xalan-java -Dparserjar=../xalan-java/lib/endorsed/xercesImpl.jar -Dxml-apis.jar=../xalan-java/lib/endorsed/xml-apis.jar

0 comments on commit 1c8dd1b

Please sign in to comment.