Skip to content

Commit 3aebe92

Browse files
committed
Add integration step.
1 parent bf69bdb commit 3aebe92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
${{ runner.os }}-maven-
4343
- name: Build with Maven
4444
run: ./mvnw -B clean verify
45+
- name: Run integration tests
46+
run: ./mvnw verify -Pintegration-tests

0 commit comments

Comments
 (0)