Skip to content

Commit

Permalink
ci: fix a error
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Apr 21, 2024
1 parent e74b98d commit b30446b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
# run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 ${{ matrix.wp-versions }}

- name: Setup WordPress Tests
run: |
bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
cp ./tests/php.xml ./phpunit.xml
run: bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
env:
WP_VERSION: ${{ matrix.wp-versions }}

Expand Down

0 comments on commit b30446b

Please sign in to comment.