From c42dd5c956041d4b1076d407897e87ecc21f9cc6 Mon Sep 17 00:00:00 2001 From: Eladio Feijoo Date: Tue, 29 Aug 2023 17:27:50 -0400 Subject: [PATCH] ci: :bug: Repair workflow publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e99f575..7a91fdf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test - wait-on: 'http://localhost:5173' + wait-on: http://localhost:5173 - uses: actions/upload-artifact@v3 if: always() with: