diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index fe13cc0711..48c0ab2b4b 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.github/workflows/playwright-test-workflow.yml @@ -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 \ No newline at end of file