Skip to content

Commit

Permalink
Fix GitHub pages wf
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 13, 2023
1 parent 5c036d8 commit 5ad5ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Run functional tests
run: ./gradlew --quiet runFunctionalTests
- name: Add results to step summary
run: |
echo "# Overall comparison" >> $GITHUB_STEP_SUMMARY
cat build/reports/creek/functional-summary.md >> $GITHUB_STEP_SUMMARY
echo ""# Specific Draft & Implementation results"" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 5ad5ff3

Please sign in to comment.