Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova authored Mar 27, 2024
1 parent 7504f1b commit 9db6052
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,17 @@ jobs:
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}

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

- name: Test
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode -Dmaven.test.failure.ignore=true 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 9db6052

Please sign in to comment.