diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 42dc4325..8a8d98e4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -8,6 +8,8 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest + environment: + name: Preview steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -24,4 +26,4 @@ jobs: with: name: playwright-report path: playwright-report/ - retention-days: 30 \ No newline at end of file + retention-days: 30