Skip to content

Commit

Permalink
feat: store summary macaw results
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Oct 18, 2024
1 parent 760b376 commit 1e0c1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macaw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
PARSED_RESULTS="${PARSED_RESULTS//$'\r'/'<br>'}"
echo $PARSED_RESULTS
echo "results=$PARSED_RESULTS" >> $GITHUB_OUTPUT
echo $PARSED_RESULTS > data/macawResults/macawSummary.md
- name: Mention PR# in README.md
env:
Expand Down

0 comments on commit 1e0c1e5

Please sign in to comment.