-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1835 from grails/test-cleanup
test cleanup - fix hibernate6 tests
- Loading branch information
Showing
4 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,13 @@ jobs: | |
repo: grails/gorm-hibernate5 | ||
ref: ${{ steps.extract_branch.outputs.value }} | ||
token: ${{ secrets.GH_TOKEN }} | ||
- name: Invoke the Java CI workflow in GORM Hibernate6 | ||
uses: benc-uk/[email protected] | ||
with: | ||
workflow: Java CI | ||
repo: grails/gorm-hibernate6 | ||
ref: ${{ steps.extract_branch.outputs.value }} | ||
token: ${{ secrets.GH_TOKEN }} | ||
- name: Invoke the Java CI workflow in GORM MongoDB | ||
uses: benc-uk/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters