Skip to content

Commit cba5040

Browse files
committed
remove windows CI for now
1 parent 71e9798 commit cba5040

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,3 @@ jobs:
4848
- name: Run Latest Stable Lucee 5, compile webroot (invalid code)
4949
continue-on-error: true
5050
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"

0 commit comments

Comments
 (0)