Fix for duplication group, and Group relationship references presisted after content are moved in and out #7
This file contains hidden or 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
| name: CI | |
| on: | |
| push: | |
| branches: [ 2.x ] | |
| pull_request: | |
| branches: [ 2.x ] | |
| workflow_dispatch: | |
| jobs: | |
| islandora-module-ci: | |
| uses: digitalutsc/reusable_workflows/.github/workflows/islandora-module-ci.yml@main | |
| with: | |
| module_name: islandora_group | |
| install_chromedriver: true |