Skip to content

Commit ebc736a

Browse files
authored
chore: include integration tests in pull request checks (#113)
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
1 parent 6dd0d47 commit ebc736a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkstyle-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkstyle
2828
run: mvn -X validate
2929
- name: Test
30-
run: mvn -X test
30+
run: mvn -X verify
3131
verify-commits:
3232
name: Verify Commits
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)