Skip to content

Commit f8045be

Browse files
committed
ci: run static analysis, unit and integration tests for PRs
Part of #1154
1 parent 97a692d commit f8045be

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integration-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Integration Tests
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
run-integration-tests:

.github/workflows/static-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Static Analysis
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
run-checkstyle:

.github/workflows/unit-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Unit Tests
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
run-jest:

0 commit comments

Comments
 (0)