We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c436464 + af2cc5c commit acdd330Copy full SHA for acdd330
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-test
0 commit comments