Skip to content

Commit

Permalink
Added ddev install commnad.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed May 16, 2022
1 parent 506644e commit 552a007
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ddev_ci_cd.yml
Expand Up @@ -35,15 +35,11 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: php-actions/composer@v6
with:
version: latest
php_version: 7.4
command: install
interaction: no
dev: yes
progress: no
quiet: no
- name: Composer and npm install
run: |
composer self-update --2
composer install --no-progress
git diff --exit-code composer.* || (echo "Above changes to composer files are not allowed"; false)
- name: Install ddev
run: curl -LO https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh && bash install_ddev.sh
- name: start ddev
Expand Down

0 comments on commit 552a007

Please sign in to comment.