Skip to content

Commit

Permalink
Add mvn IT profile on github build
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Apr 16, 2024
1 parent 3603805 commit ebdb09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: docker-${{ runner.os }}

- name: Step 4 - Build & Test
run: mvn clean verify -ntp
run: mvn clean verify -ntp -PIT

- name: Step 5 - Upload coverage unittests reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: docker-${{ runner.os }}

- name: Step 4 - Build & Test
run: mvn clean verify -ntp
run: mvn clean verify -ntp -PIT

- name: Step 5 - Deploy Snapshot
run: ./scripts/mvn_deploy.sh
Expand Down

0 comments on commit ebdb09e

Please sign in to comment.