File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
33
44jobs :
55 run :
6- name : Lint, Type Check, Security Scan & Build Test
6+ name : End to End Test with Playwright
77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@master
4343
4444 - name : Preview image in summary
4545 run : |
46- echo "## Screenshot URLs " >> $GITHUB_STEP_SUMMARY
46+ echo "# End to End Test Images " >> $GITHUB_STEP_SUMMARY
4747 for file_url in $(echo "${{ steps.upload.outputs.file_urls }}" | tr ',' '\n'); do
4848 filename=$(basename "$file_url")
49- echo "## filename\n " >> $GITHUB_STEP_SUMMARY
50- echo "\n " >> $GITHUB_STEP_SUMMARY
49+ echo "## ${ filename} " >> $GITHUB_STEP_SUMMARY
50+ echo "" >> $GITHUB_STEP_SUMMARY
5151 done
You can’t perform that action at this time.
0 commit comments