Skip to content

Commit

Permalink
invert check
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Aug 19, 2022
1 parent 33bf0c2 commit d383354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-mocha-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function checkReportFiles (filenames) {
circleEnv = await readCircleEnv()
} catch (err) {
// set SKIP_CIRCLE_ENV to bypass, for local development
if (!process.env.SKIP_CIRCLE_ENV && !process.env.CI_DOCKER) throw err
if (!process.env.SKIP_CIRCLE_ENV && process.env.CI_DOCKER) throw err

circleEnv = {}
}
Expand Down

0 comments on commit d383354

Please sign in to comment.