Skip to content

Commit 7e3d514

Browse files
committed
Remove config check
1 parent 75e4bc5 commit 7e3d514

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,6 @@ jobs:
4949
composer normalize composer.json --dry-run
5050
composer audit
5151
52-
config-check:
53-
name: Check that config is up to date
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@master
57-
58-
- name: Install site
59-
run: |
60-
docker network create frontend
61-
docker compose pull
62-
docker compose up --detach
63-
64-
# Important: Use --no-interaction to make https://getcomposer.org/doc/06-config.md#discard-changes have effect.
65-
docker compose exec --user root phpfpm composer install --no-interaction
66-
67-
# Install the site
68-
docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes
69-
70-
- name: Export config
71-
run: docker compose exec --user root phpfpm vendor/bin/drush config:export --yes
72-
- name: Check for changes in config
73-
run: git diff --diff-filter=ACMRT --exit-code config/
74-
7552
phpcs:
7653
name: PHP - Check Coding Standards
7754
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)