Skip to content

Commit

Permalink
ci: added wait for studio-web spin up
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork committed Nov 20, 2024
1 parent c0fea08 commit 4085c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
run: |
npx nx build web-component
npx nx run-many --targets=serve,serve-fr,serve-es --projects=web-component,studio-web --parallel 6 &
# wait for the studio web to be up
curl --retry 20 --retry-delay 1 --retry-all-errors http://localhost:4200
- name: Playwright for studio-web
run: |
npx playwright install --with-deps firefox chromium webkit
Expand Down

0 comments on commit 4085c85

Please sign in to comment.