Skip to content

Commit 902a74d

Browse files
committed
Update Java CI workflow
to trigger Java CI workflow of the underline GORM implementations for Neo4j and MongoDB.
1 parent 3846d5b commit 902a74d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,21 @@ jobs:
7171
ref: ${{ steps.extract_branch.outputs.value }}
7272
token: ${{ secrets.GH_TOKEN }}
7373
inputs: ${{ steps.dispatch_message.outputs.value }}
74+
- name: Invoke the Java CI workflow in GORM MongoDB
75+
if: success() && github.event_name == 'push' && matrix.java == '8'
76+
uses: benc-uk/[email protected]
77+
with:
78+
workflow: Java CI
79+
repo: grails/gorm-mongodb
80+
ref: ${{ steps.extract_branch.outputs.value }}
81+
token: ${{ secrets.GH_TOKEN }}
82+
inputs: ${{ steps.dispatch_message.outputs.value }}
83+
- name: Invoke the Java CI workflow in GORM Neo4j
84+
if: success() && github.event_name == 'push' && matrix.java == '8'
85+
uses: benc-uk/[email protected]
86+
with:
87+
workflow: Java CI
88+
repo: grails/gorm-neo4j
89+
ref: ${{ steps.extract_branch.outputs.value }}
90+
token: ${{ secrets.GH_TOKEN }}
91+
inputs: ${{ steps.dispatch_message.outputs.value }}

0 commit comments

Comments
 (0)