Skip to content

Commit

Permalink
Suppress npm verbose output prevent jq parse failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal committed Jan 13, 2025
1 parent dede5ad commit fe3866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_function_app_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

# Run the script that calculates the next traffic percentage
# and the wait interval before the next increment
output=$(npm run canary $currentPercentage)
output="$(npm run -s canary $currentPercentage)"
exit_code=$?
echo "Script Output: $output"

Expand Down

0 comments on commit fe3866c

Please sign in to comment.