mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:46:49 +00:00
fix gh_runner_artf_url
This commit is contained in:
committed by
starbirdtech383
parent
88dacb506f
commit
7fefcb50d4
@@ -233,6 +233,6 @@ jobs:
|
||||
cp -r ./tests/playwright/playwright-report ${target_dir}/ || echo "playwright reports directory does not exists" >> ${target_dir}/playwright-report/index.html
|
||||
cp ./packages/nocodb/*_test_backend.log ${target_dir}/ || echo "backend logs file does not exists" >> ${target_dir}/index.html
|
||||
# end: artifacts copy
|
||||
SUMMARY='[Artifacts]('${REPORTS_HOST}/${path}')
|
||||
[playwright-report]('${REPORTS_HOST}/${path}'/playwright-report)'
|
||||
SUMMARY='[Artifacts]('${REPORTS_HOST:-http://135.181.48.96}/${path}')
|
||||
[playwright-report]('${REPORTS_HOST:-http://135.181.48.96}/${path}'/playwright-report)'
|
||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||
Reference in New Issue
Block a user