Fix ddev config in gha

This commit is contained in:
Alex P 2023-06-02 18:05:36 +03:00
parent 52022fd2fd
commit b9ee9aea60
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -22,7 +22,9 @@ jobs:
- uses: actions/checkout@v1
- name: Configure DDEV
run: ddev config --php-version ${{ matrix.php-versions }} --web-environment-add="WC_VERSION=${{ matrix.wc-versions }}"
run: |
ddev config --php-version ${{ matrix.php-versions }}
ddev config --web-environment-add="WC_VERSION=${{ matrix.wc-versions }}"
- name: Start DDEV
run: ddev start