We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf69bdb commit 3aebe92Copy full SHA for 3aebe92
1 file changed
.github/workflows/workflow.yml
@@ -42,3 +42,5 @@ jobs:
42
${{ runner.os }}-maven-
43
- name: Build with Maven
44
run: ./mvnw -B clean verify
45
+ - name: Run integration tests
46
+ run: ./mvnw verify -Pintegration-tests
0 commit comments