Skip to content

Commit

Permalink
chore(build-test-deploy.yml): disable DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 29, 2021
1 parent 3947d23 commit 1724eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
env:
# * Selectively enable debugger verbose output in the pipeline
# ? See also: https://www.npmjs.com/package/debug#wildcards
DEBUG: 'git-add-then-commit:*'
# DEBUG: 'git-add-then-commit:*'
NODE_CURRENT_VERSION: 15.x
NODE_TEST_VERSIONS: '"12.x", "14.x"' # * NODE_CURRENT_VERSION included automatically
WEBPACK_TEST_VERSIONS: '"5.x"'
Expand Down

0 comments on commit 1724eab

Please sign in to comment.