From 54e9c3149997fb98430b751ed5e6398b60c40394 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 12 Sep 2024 15:19:32 -0400 Subject: [PATCH] ALlow the drainpipe-dev plugin too --- .github/workflows/TestGitHubActions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/TestGitHubActions.yml b/.github/workflows/TestGitHubActions.yml index beb07323..9e7643ef 100644 --- a/.github/workflows/TestGitHubActions.yml +++ b/.github/workflows/TestGitHubActions.yml @@ -38,6 +38,7 @@ jobs: ddev composer config --no-plugins allow-plugins.composer/installers true ddev composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true ddev composer config --no-plugins allow-plugins.lullabot/drainpipe true + ddev composer config --no-plugins allow-plugins.lullabot/drainpipe-dev true ddev composer config repositories.drainpipe --json '{"type": "path", "url": "drainpipe", "options": {"symlink": false}}' ddev composer config repositories.drainpipe-dev --json '{"type": "path", "url": "drainpipe/drainpipe-dev", "options": {"symlink": false}}' ddev composer config minimum-stability dev