Skip to content

Commit

Permalink
ci(cucumber): turned off sending to reports.cucumber.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Jan 11, 2021
1 parent 92feadc commit 9ad538c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const fs = require('fs')
const FAIL_FAST = process.env.FAIL_FAST || '--fail-fast'
const NO_STRICT = process.env.NO_STRICT || ''

/* istanbul ignore next: branch only taken when run from github */
const PUBLISH = process.env.GITHUB_WORKFLOW ? '--publish' : '--publish-quiet'
const PUBLISH = '--publish-quiet'

/* istanbul ignore next: branch only taken when remote */
const RETRY = process.env.npm_lifecycle_event.includes(':remote')
Expand Down

0 comments on commit 9ad538c

Please sign in to comment.