Skip to content

Commit

Permalink
Add a test for upgrading task within task
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Sep 3, 2024
1 parent 1f3dd2e commit 65f843d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/TestBinaryInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ jobs:
rm -rf vendor
ddev composer install --no-cache
test -x vendor/bin/task
- name: Prove we can upgrade task within task
run: |
cd test/fixtures/drainpipe-task-upgrade
ddev start
ddev composer install
ddev task drupal:composer:development
cp composer-upgraded.lock composer.lock
ddev task drupal:composer:development

0 comments on commit 65f843d

Please sign in to comment.