File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 48
48
- name : Run Latest Stable Lucee 5, compile webroot (invalid code)
49
49
continue-on-error : true
50
50
run : ant -DluceeVersionQuery="5/stable/jar" -Dexecute="/index.cfm" -Dcompile="true" -Dwebroot="${{ github.workspace }}/sampleBad/"
51
-
52
- build-windows :
53
- runs-on : windows-latest
54
- steps :
55
- - uses : actions/checkout@v4
56
-
57
- - name : Cache Maven packages
58
- uses : actions/cache@v4
59
- with :
60
- path : ~/.m2
61
- key : lucee-script-runner-maven-cache
62
-
63
- - name : Cache Lucee files
64
- uses : actions/cache@v4
65
- with :
66
- path : ~/work/script-runner/script-runner/lucee-download-cache/
67
- key : lucee-downloads
68
-
69
- - name : Run default
70
- run : ant
71
-
72
- - name : Run Latest Lucee 6 (via version query)
73
- run : ant -DluceeVersionQuery="6/all/jar" -Dexecute="/debug.cfm"
74
-
75
- - name : Run Lucee 6 Stable
76
- run : ant -DluceeVersion="6.0.3.1" -Dexecute="/debug.cfm" -Dtruth="cfml rocks" -Dauthor="Zac Spitzer"
You can’t perform that action at this time.
0 commit comments