mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix ddev config in gha
This commit is contained in:
parent
52022fd2fd
commit
b9ee9aea60
1 changed files with 3 additions and 1 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue