Skip to content

Commit

Permalink
TEST: Remove test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Dec 5, 2023
1 parent 3aa3db5 commit 7e06153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mvn --batch-mode verify -DjacocoAgg
- name: Test build package on Windows
if: (matrix.os == 'windows-latest')
run: mvn --batch-mode package -DjacocoAgg && ls -alh ./odf-apps/target && ./odf-validator.bat --version
run: mvn --batch-mode package -DjacocoAgg && ./odf-validator.bat --version
- name: Test build package on Ubuntu
if: (matrix.os == 'ubuntu-latest')
run: mvn --batch-mode package -DjacocoAgg && ls -alh ./odf-apps/target && ./odf-validator --version
run: mvn --batch-mode package -DjacocoAgg && ./odf-validator --version

0 comments on commit 7e06153

Please sign in to comment.