Skip to content

Commit

Permalink
remove windows CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 1, 2024
1 parent 71e9798 commit cba5040
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,3 @@ jobs:
- name: Run Latest Stable Lucee 5, compile webroot (invalid code)
continue-on-error: true
run: ant -DluceeVersionQuery="5/stable/jar" -Dexecute="/index.cfm" -Dcompile="true" -Dwebroot="${{ github.workspace }}/sampleBad/"

build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: lucee-script-runner-maven-cache

- name: Cache Lucee files
uses: actions/cache@v4
with:
path: ~/work/script-runner/script-runner/lucee-download-cache/
key: lucee-downloads

- name: Run default
run: ant

- name: Run Latest Lucee 6 (via version query)
run: ant -DluceeVersionQuery="6/all/jar" -Dexecute="/debug.cfm"

- name: Run Lucee 6 Stable
run: ant -DluceeVersion="6.0.3.1" -Dexecute="/debug.cfm" -Dtruth="cfml rocks" -Dauthor="Zac Spitzer"

0 comments on commit cba5040

Please sign in to comment.