Skip to content

Commit

Permalink
LDEV-4996 check if newer extension is installed via LUCEE_EXTENSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 8, 2025
1 parent 4b58270 commit 187a845
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bad-cfconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ jobs:
LUCEE_BASE_CONFIG: ${{ github.workspace }}/custom/bad-cfconfig/.CFConfig-newer-extension.json5
check_extensions: B737ABC4-D43F-4D91-8E8E973E37C40D1B:2.0.0.28-SNAPSHOT

- name: Check newer image extension is installed via LUCEE_EXTENSIONS
uses: lucee/script-runner@main
if: always()
with:
webroot: ${{ github.workspace }}/custom/bad-cfconfig
execute: /debug.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
env:
LUCEE_EXTENSIONS: B737ABC4-D43F-4D91-8E8E973E37C40D1B:2.0.0.28-SNAPSHOT
check_extensions: B737ABC4-D43F-4D91-8E8E973E37C40D1B:2.0.0.28-SNAPSHOT

- name: Copy .CFConfig-newer-extension.json5 into context
if: always()
run: |
Expand Down

0 comments on commit 187a845

Please sign in to comment.