diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9041d2fb37..121c453520 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* + - name: Debug + run: echo "${{ github.event.deployment_status.deployment_url }}" - name: Install dependencies run: npm ci - name: Install Playwright Browsers