Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Nov 19, 2024
1 parent 265c6c2 commit 7d9c284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
- name: Compile
run: mvn clean compile -e -Dmaven.javadoc.skip=true -ntp

- name: Integrate test
run: mvn test -P integrate-test -ntp
- name: Integrate test
run: mvn test -P integrate-test -ntp

- name: Unit test
run: mvn test -P unit-test -ntp
- name: Unit test
run: mvn test -P unit-test -ntp

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

0 comments on commit 7d9c284

Please sign in to comment.