Skip to content

Commit 3b657c6

Browse files
committed
ci(e2e): fix e2e all action error
1 parent 2554ced commit 3b657c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/playwright-config/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Config = ({ testDir, baseURL, storageState, devServerCommon }) =>
5757
: {
5858
command: devServerCommon,
5959
url: baseURL,
60-
reuseExistingServer: !process.env.CI,
60+
reuseExistingServer: !!process.env.CI,
6161
stdout: 'pipe'
6262
},
6363
projects: [

0 commit comments

Comments
 (0)