Skip to content

Commit

Permalink
Tweak parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed May 10, 2024
1 parent e1c16a3 commit 6ac9ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Start environment
working-directory: src
run: php qit-cli.php env:up --wordpress_version ${{ matrix.wordpress }} --php_version ${{ matrix.php }}
run: php qit-cli.php env:up --wp ${{ matrix.wordpress }} --php_version ${{ matrix.php }}

- name: Get URL
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qit-environment-test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
working-directory: src
env:
QIT_DOCKER_RUN_TIMEOUT: 1800
run: php qit-cli.php env:up --wordpress_version ${{ matrix.wordpress }} --php_version ${{ matrix.php }}
run: php qit-cli.php env:up --wp ${{ matrix.wordpress }} --php_version ${{ matrix.php }}

- name: Get URL
working-directory: src
Expand Down

0 comments on commit 6ac9ff9

Please sign in to comment.