We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dd095 commit afaee4dCopy full SHA for afaee4d
1 file changed
.github/workflows/webroot-matrix.yml
@@ -92,8 +92,7 @@ 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
- cd
+ set webroots=.;D:\a\script-runner\script-runner\tests\webroot
97
set executes=index.cfm,test.cfm,sub/test.cfm
98
for %%w in (%webroots%) do (
99
for %%e in (%executes%) do (
0 commit comments