Skip to content

Commit cc0ac0c

Browse files
committed
feat: QPPA-10750 testing verification
1 parent 470d290 commit cc0ac0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: rm -vrf ~/.m2
3333

3434
- name: Maven build
35-
run: mvn package -Dmaven.test.skip -Djacoco.skip=true
35+
run: mvn package -Dmaven.test.skip -Djacoco.skip=true -Dskip.generate=true
3636

3737
- name: Run Unit tests & Sonar Scan
38-
run: mvn --batch-mode verify
38+
run: mvn --batch-mode verify -Dskip.generate=true
3939

4040
- name: Run integration tests
4141
run: mvn --batch-mode test -Pintegration

0 commit comments

Comments
 (0)