From 442ec7b0ac04e1b3c39ae6a8836d3042e304aaa9 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 5 Jul 2024 13:14:18 +0200 Subject: [PATCH] Update default-cfconfig.yml --- .github/workflows/default-cfconfig.yml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/default-cfconfig.yml b/.github/workflows/default-cfconfig.yml index 80f6791..25d5ae5 100644 --- a/.github/workflows/default-cfconfig.yml +++ b/.github/workflows/default-cfconfig.yml @@ -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, ] @@ -42,13 +43,13 @@ 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 @@ -56,22 +57,3 @@ jobs: 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 -