Skip to content

Commit eb5a627

Browse files
authored
fix: tests not running (#1108)
1 parent 87f2b92 commit eb5a627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
name: Deploy and Update PR
118118
needs: e2e_tests
119119
runs-on: ubuntu-latest
120-
if: github.event.pull_request.head.repo.full_name == github.repository
120+
if: always() && github.event.pull_request.head.repo.full_name == github.repository
121121
permissions:
122122
contents: write
123123
pages: write

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = {
1111
['html', {outputFolder: './playwright-artifacts/playwright-report'}],
1212
['json', {outputFile: './playwright-artifacts/test-results.json'}],
1313
],
14-
14+
retries: 2,
1515
// If there is no url provided, playwright starts webServer with the app in dev mode
1616
webServer: baseUrl
1717
? undefined

0 commit comments

Comments
 (0)