Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Nov 8, 2024
1 parent 6f8729b commit e6bee79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ jobs:
- name: Compile
run: mvn clean compile -e -Dmaven.javadoc.skip=true -ntp

- name: Integrate test
run: mvn test -P integrate-test -ntp
# TODO: enable it after the ci not required
# - name: Integrate test
# run: mvn test -P integrate-test -ntp

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

0 comments on commit e6bee79

Please sign in to comment.