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 51e6ca3 commit 8e2c488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/default-cfconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
with:
java-version: ${{matrix.javaVersion}}
distribution: "temurin"

- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: maven-cache
- name: Cache Lucee files
if: always()
uses: actions/cache@v4
with:
path: /home/runner/work/_actions/lucee/script-runner/main/lucee-download-cache
Expand All @@ -56,13 +58,15 @@ jobs:
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
Expand Down

0 comments on commit 8e2c488

Please sign in to comment.