Skip to content

Commit

Permalink
Fix schema error #492 (#493)
Browse files Browse the repository at this point in the history
* Fix schema error #492

* Use shared workflows for running tests
  • Loading branch information
stephen-cox authored Aug 13, 2024
1 parent 10cf7cc commit abba1be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 222 deletions.
212 changes: 0 additions & 212 deletions .github/workflows/localgov_microsites.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test LocalGov Microsites localgovdrupal/localgov_microsites_group drupal-module

on:
push:
branches:
- '4.x'
pull_request:
branches:
- '4.x'
workflow_dispatch:

jobs:
tests:
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/[email protected]
with:
project: 'localgovdrupal/localgov_microsites_group'
project_path: 'web/modules/contrib/localgov_microsites_group'
10 changes: 0 additions & 10 deletions config/overrides/views.view.group_media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -789,17 +789,7 @@ display:
microsites_controller: '0'
microsites_trusted_editor: '0'
localgov_news_editor: '0'
waste_admin: '0'
placeholder: ''
autocomplete_filter: 0
autocomplete_min_chars: '0'
autocomplete_items: '10'
autocomplete_field: name
autocomplete_raw_suggestion: 1
autocomplete_raw_dropdown: 1
autocomplete_dependent: 0
autocomplete_contextual: 0
autocomplete_autosubmit: 0
is_grouped: false
group_info:
label: ''
Expand Down

0 comments on commit abba1be

Please sign in to comment.