Skip to content

Commit

Permalink
remove unit test from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 1, 2024
1 parent 3ba728d commit e920042
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,3 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'

- name: Build
run: mvn --batch-mode -DskipTests package

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

- name: Report
uses: dorny/test-reporter@v1
if: always()
with:
name: Maven Tests
path: target/surefire-reports/*.xml
reporter: java-junit
fail-on-error: true

0 comments on commit e920042

Please sign in to comment.