Skip to content

Commit

Permalink
FIX new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Feb 3, 2025
1 parent c3c937e commit 71e4469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
compose-file: "./daikoku/javascript/tests/docker-compose.yml"

- name: Wait for API to be ready
working-directory: daikoku/javascript/tests
run: |
echo "Waiting for API to be up..."
until curl --silent --fail http://localhost:13200/health; do
Expand All @@ -37,7 +36,6 @@ jobs:
echo "API is ready!"
- name: Run Playwright tests
working-directory: daikoku/javascript/tests
run: |
pwd
npm install @playwright/test
Expand Down

0 comments on commit 71e4469

Please sign in to comment.