Skip to content

Commit

Permalink
wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent a539e37 commit 6b6b722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ jobs:
WORDPRESS_FOLDER: test
RESET_DATABASE: 1
WORDPRESS_VERSION: ${{ matrix.wp-versions }}
- run: docker-compose up wordpress
- run: docker-compose up -d wordpress
env:
PHP_VERSION: ${{ matrix.php-versions }}
WOOCOMMERCE: 1
WORDPRESS_FOLDER: test
RESET_DATABASE: 1
WORDPRESS_VERSION: ${{ matrix.wp-versions }}
- run: sleep 15 # wait for docker-compose launch to finish
- run: sleep 60 # wait for docker-compose launch to finish

# run tests
- run: xvfb-run --auto-servernum npm run wdio
Expand Down

0 comments on commit 6b6b722

Please sign in to comment.