Skip to content

Commit

Permalink
ISSUE-204: using Taskfile after drainpipe installation with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Nov 25, 2024
1 parent 59e1caa commit 46503cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestAcquia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Setup Project
run: |
yq -i '.includes.acquia="./vendor/lullabot/drainpipe/tasks/acquia.yml"' Taskfile.yml
ddev config --auto
ddev start
ddev exec --raw composer config extra.drupal-scaffold.gitignore true
Expand All @@ -40,6 +39,7 @@ jobs:
ddev exec --raw composer config extra.drainpipe.github --json '{"acquia": []}'
ddev exec --raw composer config minimum-stability dev
ddev composer require lullabot/drainpipe --with-all-dependencies
yq -i '.includes.acquia="./vendor/lullabot/drainpipe/tasks/acquia.yml"' Taskfile.yml
- name: Install Drupal
run: |
Expand Down

0 comments on commit 46503cf

Please sign in to comment.