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 5d3f0d2 commit ff26c58
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 @@ -23,10 +23,10 @@ jobs:
run: chmod +x gradlew

- name: Build
run: ./gradlew --batch-mode -DskipTests package
run: ./gradlew build -x test

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

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

0 comments on commit ff26c58

Please sign in to comment.