Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 22, 2023
1 parent e00ffb7 commit de53595
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlecw
- name: build
run: ./gradlecw build
run: ./gradlecw build --parallel
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: '**/build/libs/*.jar'
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JUnit Tests
path: '**/build/test-results/test/TEST-*.xml'
reporter: java-junit
# - name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: JUnit Tests
# path: '**/build/test-results/test/TEST-*.xml'
# reporter: java-junit

0 comments on commit de53595

Please sign in to comment.