Skip to content

Commit

Permalink
fix: fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioFiorita authored Apr 16, 2023
1 parent a41d531 commit ac9353e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,5 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Run Tests with Coverage
run: mvn clean test site

- name: Upload Test Artifact
uses: actions/upload-artifact@v3
with:
name: Test-Artifact
path: ./target/site/

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run Tests
run: mvn clean test

0 comments on commit ac9353e

Please sign in to comment.