Skip to content

Commit

Permalink
Update default-cfconfig.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 5, 2024
1 parent 8e2c488 commit 442ec7b
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/default-cfconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
[
6.0/snapshot/jar,
6.1/snapshot/jar,
6.1/snapshot/zero,
6.1.0/snapshot/jar,
6.2/snapshot/jar,
]
Expand Down Expand Up @@ -42,36 +43,17 @@ jobs:
path: /home/runner/work/_actions/lucee/script-runner/main/lucee-download-cache
key: lucee-downloads

- name: Save default .CFConfig.json FAT JAR
- name: Save default .CFConfig.json
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}/custom/default-cfconfig
execute: /saveDefault.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
- name: Compare default .CFConfig.json against an empty .CFConfig.json i.e. {} FAT JAR
- name: Compare default .CFConfig.json against an empty .CFConfig.json i.e. {}
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}/custom/default-cfconfig
execute: /compareDefault.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
env:
LUCEE_BASE_CONFIG: ${{ github.workspace }}/custom/default-cfconfig/.CFConfig-empty.json

- name: Save default .CFConfig.json ZERO
if: always()
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}/custom/default-cfconfig
execute: /saveDefault.cfm
luceeVersionQuery: zero-${{ matrix.luceeVersion }}

- name: Compare default .CFConfig.json against an empty .CFConfig.json i.e. {} ZERO
if: always()
uses: lucee/script-runner@main
with:
webroot: ${{ github.workspace }}/custom/default-cfconfig
execute: /compareDefault.cfm
luceeVersionQuery: zero-${{ matrix.luceeVersion }}
env:
LUCEE_BASE_CONFIG: ${{ github.workspace }}/custom/default-cfconfig/.CFConfig-empty.json

0 comments on commit 442ec7b

Please sign in to comment.