We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaee4d commit daa48b9Copy full SHA for daa48b9
1 file changed
.github/workflows/webroot-matrix.yml
@@ -92,8 +92,10 @@ jobs:
92
LUCEE_VERSION_QUERY: 7/all/zero
93
working-directory: ${{ github.workspace }}/tests/webroot
94
run: |
95
- set webroots=.;D:\a\script-runner\script-runner\tests\webroot
96
- set executes=index.cfm,test.cfm,sub/test.cfm
+ set webroots=.\ D:\\a\\script-runner\\script-runner\\tests\\webroot
+ set executes=index.cfm test.cfm sub/test.cfm
97
+ echo webroots=%webroots%
98
+ echo executes=%executes%
99
for %%w in (%webroots%) do (
100
for %%e in (%executes%) do (
101
echo ant -v -buildfile=..\..\build.xml "-Dwebroot=%%w" "-Dexecute=%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
0 commit comments