Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wicentowski <[email protected]>
  • Loading branch information
duncdrum and joewiz committed Apr 11, 2024
1 parent 5372be9 commit 3681836
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
# TODO(DP) Validate ?
- name: Ensure all XML files are well-formed
run: |
xmllint --noout \
$(find . -type f -name '*.xml')
find . -type f -name '*.xml' -print0 | xargs -0 xmllint -noout
# Build
- name: Setup Node.js
Expand All @@ -48,7 +47,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: -Dapp.version=1.0.0-SNAPSHOT
- run: ant -Dapp.version=1.0.0-SNAPSHOT

- name: Add expath dependencies
working-directory: build
Expand Down

0 comments on commit 3681836

Please sign in to comment.