Skip to content

Commit

Permalink
Add step to simulation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Mar 14, 2024
1 parent 73a7f05 commit 8ba6eba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/TestBinaryInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
ddev composer config repositories.drainpipe --json '{"type": "path", "url": "drainpipe", "options": {"symlink": false}}'
ddev composer config repositories.drainpipe-dev --json '{"type": "path", "url": "drainpipe-dev", "options": {"symlink": false}}'
ddev composer config minimum-stability dev
ddev exec touch /mnt/ddev-global-cache/composer/files/lullabot/drainpipe/bin/task/3.28.0/task_linux_amd64.tar
ddev composer require "lullabot/drainpipe @dev" --with-all-dependencies
ddev composer require "lullabot/drainpipe-dev @dev" --dev --with-all-dependencies
- name: Simulate failure
run: |
ddev exec touch /mnt/ddev-global-cache/composer/files/lullabot/drainpipe/bin/task/3.28.0/task_linux_amd64.tar
ddev composer install

0 comments on commit 8ba6eba

Please sign in to comment.