Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test config changes #562

Open
wants to merge 21 commits into
base: 6.3.x
Choose a base branch
from
Prev Previous commit
Next Next commit
is it there
ol0lll committed May 11, 2022
commit 99183a669188ad7f3dd0f1148f374e58c558e1b8
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -146,12 +146,11 @@ jobs:
- name: Unzip build artifact
run: mkdir -p /tmp/test; tar xCfz /tmp/test build-${{ matrix.PHP_VERSION }}/build-${{ matrix.PHP_VERSION }}.tgz thunder; rm -rf build-${{ matrix.PHP_VERSION }}


- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Check profile config
working-directory: /tmp/test/thunder/install/docroot
working-directory: /tmp/test/thunder/install
run: |
ls -alh
composer require drupal/config_profile