Skip to content

Commit

Permalink
Merge pull request #128 from frees-au/export-config
Browse files Browse the repository at this point in the history
Export config
  • Loading branch information
simesy authored Aug 29, 2024
2 parents efbacf8 + d97ec8c commit 1833511
Show file tree
Hide file tree
Showing 38 changed files with 6,069 additions and 110 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
${{ github.workspace }}/cypress:/app
run: |
cd /app
npm ci
npx cypress install
npx cypress run --config baseUrl=http://php:8888
npm ci
npx cypress install
npx cypress run --config baseUrl=http://php:8888
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "~2.0",
"drupal/admin_toolbar": "^3.4",
"drupal/antibot": "^2.0",
"drupal/better_exposed_filters": "^7.0",
"drupal/bpmn_io": "^2.0",
"drupal/ckeditor5_template": "^1.0",
"drupal/config_ignore": "^3.2",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.3",
"drupal/default_content": "^2.0@alpha",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editoria11y": "^2.1",
"drupal/embed": "^1.7",
"drupal/field_group": "^3.4",
"drupal/field_label": "^1.4",
Expand All @@ -39,6 +44,7 @@
"drupal/redis": "^1.6",
"drupal/search_api_lunr": "^3.0",
"drupal/simple_sitemap": "^4.1",
"drupal/stage_file_proxy": "^3.1",
"drupal/twig_remove_html_comments": "^1.0@beta",
"drupal/upgrade_status": "^4.3",
"drupal/webform": "^6.2",
Expand Down
Loading

0 comments on commit 1833511

Please sign in to comment.