Skip to content

Commit

Permalink
BC-5468 confirming combined json file
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 14, 2023
1 parent aa8f43e commit 58d5f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ jobs:
if [ $? -eq 0 ]; then
# Write JSON output to file if successful
echo "$json_output" > "${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.json"
cat ${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.json
else
echo "Error occurred during JSON concatenation."
# Print the merged JSON content
cat "$file_path"
echo "$json_output"
exit 1
fi
Expand Down

0 comments on commit 58d5f03

Please sign in to comment.