Skip to content

Commit

Permalink
Retry the wp-env bootup for unit testing, as this appears to fail spo…
Browse files Browse the repository at this point in the history
…radically
  • Loading branch information
dd32 committed Aug 21, 2024
1 parent 71e9fe8 commit 13087d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ jobs:
run: npm install

- name: Start the Docker testing environment
run: npm run env start --xdebug=coverage
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
command: npm run env start --xdebug=coverage

- name: Composer install
run: npm run composer install
Expand Down

0 comments on commit 13087d6

Please sign in to comment.