Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko authored Oct 1, 2023
1 parent 3770841 commit e63e585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
distribution: 'adopt'

- name: Build
run: mvn --batch-mode -DskipTests package
run: ./gradlew --batch-mode -DskipTests package

- name: Test
run: mvn --batch-mode -Dmaven.test.failure.ignore=true test
run: ./gradlew --batch-mode -Dmaven.test.failure.ignore=true test

- name: Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit e63e585

Please sign in to comment.