Skip to content

Commit 75079a1

Browse files
committed
change cfconfig deploy test to only use a snippet
1 parent 279c0eb commit 75079a1

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/bad-cfconfig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
if: always()
121121
run: |
122122
mkdir -p /home/runner/work/_actions/lucee/script-runner/main/temp/lucee/lucee-server/deploy/
123-
cp -a ${{ github.workspace }}/custom/bad-cfconfig/.CFConfig-newer-extension.json5 /home/runner/work/_actions/lucee/script-runner/main/temp/lucee/lucee-server/deploy/.CFConfig.json
124-
- name: Check good .CFConfig with newer image extension ( via /deploy )
123+
cp -a ${{ github.workspace }}/custom/bad-cfconfig/.CFConfig-newer-extension-snippet.json5 /home/runner/work/_actions/lucee/script-runner/main/temp/lucee/lucee-server/deploy/.CFConfig.json
124+
- name: Check .CFConfig with newer image extension snippet ( via /deploy )
125125
uses: lucee/script-runner@main
126126
if: always()
127127
with:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extensions": [
3+
{
4+
"id": "B737ABC4-D43F-4D91-8E8E973E37C40D1B",
5+
"name": "Image extension",
6+
"version": "2.0.0.28-SNAPSHOT"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)