Skip to content

Commit

Permalink
FOIA-447: Installing confirm leave module and updating github workflo…
Browse files Browse the repository at this point in the history
…w to uninstall the module.
  • Loading branch information
ameshkin committed Aug 23, 2024
1 parent c22c0d5 commit afb488e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ddev drush cim
ddev drush cr
ddev drush pmu samlauth
ddev drush pmu confirm_leave
- name: Validate code
run: ddev exec blt validate --no-interaction
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"drupal/business_rules": "dev-3286389-drupal-10-compatibility",
"drupal/ckeditor": "^1.0",
"drupal/config_split": "^2.0",
"drupal/confirm_leave": "^1.0@beta",
"drupal/consumers": "^1.17",
"drupal/core-composer-scaffold": "^10.3.1",
"drupal/core-project-message": "^10.3.1",
Expand Down
57 changes: 56 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module:
ckeditor5: 0
config: 0
config_split: 0
confirm_leave: 0
consumers: 0
content_moderation: 0
contextual: 0
Expand Down

0 comments on commit afb488e

Please sign in to comment.