File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
name : Deploy and Update PR
118
118
needs : e2e_tests
119
119
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
121
121
permissions :
122
122
contents : write
123
123
pages : write
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = {
11
11
[ 'html' , { outputFolder : './playwright-artifacts/playwright-report' } ] ,
12
12
[ 'json' , { outputFile : './playwright-artifacts/test-results.json' } ] ,
13
13
] ,
14
-
14
+ retries : 2 ,
15
15
// If there is no url provided, playwright starts webServer with the app in dev mode
16
16
webServer : baseUrl
17
17
? undefined
You can’t perform that action at this time.
0 commit comments