Skip to content

Commit 41e7442

Browse files
committed
CI = true
1 parent e6393c7 commit 41e7442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
BASE_URL_TESTING: ${{ vars.BASE_URL_TESTING }}
18+
CI: true
1819
steps:
1920
- uses: actions/checkout@v3
2021
- uses: actions/setup-node@v3

playwright.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ module.exports = defineConfig({
7676
ignoreHTTPSErrors: true,
7777
command: 'npm run start',
7878
url: baseURL,
79-
reuseExistingServer: !process.env.CI,
80-
79+
reuseExistingServer: !process.env.CI,
8180
},
8281

8382
});

0 commit comments

Comments
 (0)