We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeeea2 commit 732c825Copy full SHA for 732c825
test/e2e/runner.js
@@ -89,7 +89,7 @@ if (isLocal) {
89
'If you are a maintainer, make sure to create your `.env` file with both `BS_USER` and `BS_KEY` variables!'
90
)
91
// fail if testing locally
92
- process.exit(process.env.isCI ? 0 : 1)
+ process.exit(process.env.CI ? 0 : 1)
93
}
94
95
let bsLocal
0 commit comments