Skip to content

Commit

Permalink
refactor: add pull request test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 13, 2024
1 parent 2e8529d commit b7d6d67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
- name: Build with Maven
run: ./mvnw test
run: ./mvnw test
- name: Codecov
uses: codecov/codecov-action@v2.1.0
with:
# Repository upload token - get it from codecov.io. Required only for private repositories
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b7d6d67

Please sign in to comment.