Skip to content

Commit

Permalink
Adjusts summary report formating
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 committed Apr 23, 2024
1 parent e368020 commit 1a00d1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ jobs:
run: |
source $CONDA/bin/activate
conda activate conda-recipe-manager
scripts/parse_ci_output.py logs/ >> ${GITHUB_STEP_SUMMARY}
scripts/parse_ci_output.py logs/ | tee report.json
printf "Integration Report:\n```json\n" >> ${GITHUB_STEP_SUMMARY}
cat report.json >> ${GITHUB_STEP_SUMMARY}
printf "\n```" >> ${GITHUB_STEP_SUMMARY}

0 comments on commit 1a00d1e

Please sign in to comment.