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: