File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,9 @@ jobs:
127127 )
128128 )
129129 )
130-
131- for %%w in ("D:\work\script-runner\tests\webroot") do (
130+ for %%w in ("%GITHUB_WORKSPACE%\tests\webroot") do (
132131 for %%e in (index.cfm test.cfm sub/test.cfm) do (
133- echo %%w / %%e
134- ant -buildfile=..\..\build.xml "-Dwebroot=%%w" "-Dexecute=%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
132+ ant -buildfile=..\..\build.xml -Dwebroot=%%w -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
135133 if errorlevel 1 (
136134 set cmd=ant -buildfile=build.xml -Dwebroot=%%w -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
137135 echo FAILED: %%w / %%e: !cmd!>> %GITHUB_STEP_SUMMARY%
You can’t perform that action at this time.
0 commit comments