Skip to content

Commit

Permalink
Wait!
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Feb 27, 2024
1 parent 357820d commit bc78850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: 📋 Setup
run: |
OTEL_PHP_AUTOLOAD_ENABLED=false docker compose up -d
OTEL_PHP_AUTOLOAD_ENABLED=false docker compose up -d --wait
docker compose exec php-cli composer install --prefer-dist
docker compose exec php-cli ./vendor/drush/drush/drush si demo_umami -y
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Enable OTEL
run: |
docker compose stop
docker compose up -d
docker compose up -d --wait
- name: Rerun K6 Test
run: |
Expand Down

0 comments on commit bc78850

Please sign in to comment.