Skip to content

Commit

Permalink
fixed reports.yml and mvn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Nov 11, 2022
1 parent 23558b5 commit b7ca2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
run: mvn -B verify -Pqulice
- run: mvn clean install -Pqulice --errors --batch-mode
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
maven-
- name: Run tests
run: mvn -B verify -Pjacoco
- run: mvn install -Pjacoco
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b7ca2a9

Please sign in to comment.