Skip to content

Commit cb440c6

Browse files
committed
small updates for consistency on templates and removal of ACF2016
1 parent abed498 commit cb440c6

File tree

4 files changed

+18
-27
lines changed

4 files changed

+18
-27
lines changed

.cfconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2+
"adminPassword" : "coldbox",
23
"debuggingEnabled":true,
34
"debuggingReportExecutionTimes":false,
45
"disableInternalCFJavaComponents":false,
56
"inspectTemplate":"always",
67
"requestTimeout":"0,0,0,90",
7-
"robustExceptionEnabled":true
8-
}
8+
"robustExceptionEnabled":true,
9+
}

.github/workflows/tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_call:
66
secrets:
77
SLACK_WEBHOOK_URL:
8-
required: true
8+
required: false
99

1010
jobs:
1111
tests:
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
cfengine: [ "lucee@5", "adobe@2016", "adobe@2018", "adobe@2021" ]
20+
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
2121
steps:
2222
- name: Checkout Repository
2323
uses: actions/checkout@v2
@@ -28,6 +28,14 @@ jobs:
2828
distribution: "adopt"
2929
java-version: "11"
3030

31+
- name: Setup Database and Fixtures
32+
run: |
33+
#sudo systemctl start mysql.service
34+
# Create Database
35+
#mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} -e 'CREATE DATABASE mementifier;'
36+
# Import Database
37+
#mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} < test-harness/tests/resources/coolblog.sql
38+
3139
- name: Setup Environment For Testing Process
3240
run: |
3341
# Setup .env

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"directoryPath": "./test-harness/coldbox",
66
"isPhysicalDirectoryPath": false
77
},
8+
{
9+
"logicalPath": "/testbox",
10+
"directoryPath": "./test-harness/testbox",
11+
"isPhysicalDirectoryPath": false
12+
},
813
{
914
"logicalPath": "/cbvalidation",
1015
"directoryPath": "./",

[email protected]

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)