Skip to content

Commit

Permalink
Enable janusgraph-core unit tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Clement de Groc <clement.degroc@datadoghq.com>
  • Loading branch information
cdegroc authored and porunov committed Dec 1, 2023
1 parent abdc113 commit d2a3854
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
fail-fast: false
matrix:
include:
- module: core
java: 8
- module: driver
java: 8
- module: server
Expand All @@ -95,6 +97,9 @@ jobs:
java: 8
- module: lucene
java: 8
- module: core
install-args: "-Pjava-11"
java: 11
- module: driver
install-args: "-Pjava-11"
java: 11
Expand Down

0 comments on commit d2a3854

Please sign in to comment.