From 71e44691db17e235f14cd3aeda632b5b79523700 Mon Sep 17 00:00:00 2001 From: Quentin AUBERT Date: Mon, 3 Feb 2025 11:10:20 +0100 Subject: [PATCH] FIX new workflow --- .github/workflows/playwright.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 95d9f42b..412665ea 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 @@ -37,7 +36,6 @@ jobs: echo "API is ready!" - name: Run Playwright tests - working-directory: daikoku/javascript/tests run: | pwd npm install @playwright/test