Commit 47ca65a
committed
fix(ci): resolve smoke test static server path issue
Replace relative path __dirname + '../../dist/apps/web' with absolute path
using process.env.GITHUB_WORKSPACE to ensure smoke tests can find build
artifacts regardless of execution directory.
Fixes smoke test failures where CI couldn't locate root element and main scripts.1 parent 5a21b03 commit 47ca65a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
0 commit comments