Skip to content

Commit acdd330

Browse files
authored
Merge pull request #77 from zalando-stups/integration-test
Add integration step.
2 parents c436464 + af2cc5c commit acdd330

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-test

0 commit comments

Comments
 (0)