Skip to content

Commit

Permalink
fix: updated the pipeline process
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Chaldecott committed Oct 2, 2024
1 parent d2d488e commit 994f75c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Run tests and collect coverage
working-directory: ./kinde-core
run: mvn jacoco:report

- name: Run tests coverage on Spring Boot
working-directory: ./kinde-springboot/kinde-springboot-core
run: mvn jacoco:report
- name: Run tests and verify
run: mvn verify -Dgpg.skip=true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 994f75c

Please sign in to comment.