Skip to content

Commit

Permalink
Output env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS authored Jan 4, 2024
1 parent 2a18299 commit 96c2e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const args = require('minimist')(process.argv.slice(2))
if (process.env.FAILONWARNING != undefined && process.env.FAILONWARNING.toLowerCase() == 'false') {
failOnWarning = false;
}
gitHubSummary += 'Env FAILONWARNING: ' + process.env.FAILONWARNING + NEW_LINE;
gitHubSummary += 'Strict validation: ' + failOnWarning + NEW_LINE;

if (args!= undefined) {
Expand Down

0 comments on commit 96c2e9b

Please sign in to comment.