Skip to content

Commit 369f900

Browse files
committed
Update webroot-matrix.yml
1 parent d115bc9 commit 369f900

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/webroot-matrix.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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%

0 commit comments

Comments
 (0)