Skip to content

Commit afaee4d

Browse files
committed
Update webroot-matrix.yml
1 parent 83dd095 commit afaee4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/webroot-matrix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ jobs:
9292
LUCEE_VERSION_QUERY: 7/all/zero
9393
working-directory: ${{ github.workspace }}/tests/webroot
9494
run: |
95-
set webroots=. "D:\a\script-runner\script-runner\tests\webroot"
96-
cd
95+
set webroots=.;D:\a\script-runner\script-runner\tests\webroot
9796
set executes=index.cfm,test.cfm,sub/test.cfm
9897
for %%w in (%webroots%) do (
9998
for %%e in (%executes%) do (

0 commit comments

Comments
 (0)