We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ab78 commit 83dd095Copy full SHA for 83dd095
1 file changed
.github/workflows/webroot-matrix.yml
@@ -92,7 +92,7 @@ jobs:
92
LUCEE_VERSION_QUERY: 7/all/zero
93
working-directory: ${{ github.workspace }}/tests/webroot
94
run: |
95
- set webroots=.,${{ github.workspace }}\tests\webroot
+ set webroots=. "D:\a\script-runner\script-runner\tests\webroot"
96
cd
97
set executes=index.cfm,test.cfm,sub/test.cfm
98
for %%w in (%webroots%) do (
0 commit comments