diff --git a/.github/workflows/default-cfconfig.yml b/.github/workflows/default-cfconfig.yml index 90f1654..843c75b 100644 --- a/.github/workflows/default-cfconfig.yml +++ b/.github/workflows/default-cfconfig.yml @@ -39,13 +39,14 @@ jobs: with: path: /home/runner/work/_actions/lucee/script-runner/main/lucee-download-cache key: lucee-downloads - - name: Save default .CFConfig.json + + - name: Save default .CFConfig.json FAT JAR 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. {} + - name: Compare default .CFConfig.json against an empty .CFConfig.json i.e. {} FAT JAR uses: lucee/script-runner@main with: webroot: ${{ github.workspace }}/custom/default-cfconfig @@ -53,4 +54,20 @@ jobs: luceeVersionQuery: ${{ matrix.luceeVersion }} env: LUCEE_BASE_CONFIG: ${{ github.workspace }}/custom/default-cfconfig/.CFConfig-empty.json + + - name: Save default .CFConfig.json ZERO + 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 + 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