Skip to content

Commit a5236ff

Browse files
committed
ci: add java job for JFR scenarios
1 parent e902495 commit a5236ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
with:
6161
test_scenarios: python.*
6262
secrets: inherit
63+
java:
64+
uses: ./.github/workflows/test.yml
65+
with:
66+
test_scenarios: java.*
67+
secrets: inherit
6368
full_host:
6469
uses: ./.github/workflows/test.yml
6570
with:

0 commit comments

Comments
 (0)