diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a2e159f..5816b179 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,6 +84,8 @@ jobs: github.event.pull_request.number && always() uses: peter-evans/create-or-update-comment@v2 + env: + GITHUB_TOKEN: ${{ secrets.GH_PAT }} with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} diff --git a/playwright/playwright.config.ts b/playwright/playwright.config.ts index 811f0b7a..816280cf 100644 --- a/playwright/playwright.config.ts +++ b/playwright/playwright.config.ts @@ -4,7 +4,7 @@ export default defineConfig({ fullyParallel: true, // reporter: process.env.CI ? 'dot' : 'list', reporter: [['html', { outputFolder: '../playwright-report' }]], - retries: process.env.CI ? 1 : 0, + // retries: process.env.CI ? 1 : 0, testDir: './e2e', timeout: 30 * 1000, expect: {