Skip to content

Commit

Permalink
try to fix windows summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 14, 2023
1 parent 36c577a commit e8b676f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
cat qna_output.txt
cat qna_output.txt | Select-String -Pattern "A: (.+)" | % { $_.Matches } | % { "- " + $_.Groups[1].Value } > qna_markdown.txt
echo "## Windows QNA Answers:" >> $GITHUB_STEP_SUMMARY
cat qna_markdown.txt >> $GITHUB_STEP_SUMMARY
cat qna_markdown.txt
cat qna_markdown.txt | % { echo $_ >> $GITHUB_STEP_SUMMARY }
- name: run qna linux
if: runner.os == 'Linux'
# https://github.com/jgstew/tools/blob/master/bash/bigfix_run_qna_debian.sh
Expand Down

0 comments on commit e8b676f

Please sign in to comment.