-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
if: env.SNAPSHOT == 'false' | ||
with: | ||
changelogPath: ./changelog.md | ||
tag: v${{ env.VERSION }} | ||
tag: v${{ env.TESTBOX_VERSION }} | ||
|
||
- name: Build TestBox for ${{ env.BRANCH }} v${{ env.TESTBOX_VERSION }} | ||
run: | | ||
|
@@ -72,16 +72,16 @@ jobs: | |
with: | ||
author_name: Github Actions | ||
author_email: [email protected] | ||
message: 'Finalized changelog for v${{ env.VERSION }}' | ||
message: 'Finalized changelog for v${{ env.TESTBOX_VERSION }}' | ||
add: changelog.md | ||
|
||
- name: Tag Version | ||
uses: rickstaa/[email protected] | ||
if: env.SNAPSHOT == 'false' | ||
with: | ||
tag: "v${{ env.VERSION }}" | ||
tag: "v${{ env.TESTBOX_VERSION }}" | ||
force_push_tag: true | ||
message: "Latest Release v${{ env.VERSION }}" | ||
message: "Latest Release v${{ env.TESTBOX_VERSION }}" | ||
|
||
- name: Upload Build Artifacts | ||
if: success() | ||
|
@@ -125,10 +125,10 @@ jobs: | |
continue-on-error: true | ||
if: env.SNAPSHOT == 'false' | ||
with: | ||
title: ${{ env.VERSION }} | ||
title: ${{ env.TESTBOX_VERSION }} | ||
changelog: changelog.md | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
ref: refs/tags/v${{ env.VERSION }} | ||
ref: refs/tags/v${{ env.TESTBOX_VERSION }} | ||
|
||
- name: Inform Slack | ||
if: ${{ always() }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ | |
}, | ||
"no-duplicate-header" : { | ||
"siblings_only" : true | ||
} | ||
}, | ||
"no-inline-html" : false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name":"TestBox", | ||
"version":"5.0.0", | ||
"version":"5.1.0", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/[email protected]@.zip", | ||
"author":"Ortus Solutions <[email protected]>", | ||
"slug":"testbox", | ||
|
@@ -36,19 +36,19 @@ | |
"watchDelay":"250" | ||
}, | ||
"dependencies":{ | ||
"cbstreams":"^1.5.0", | ||
"mockdatacfc":"^3.3.0+22", | ||
"globber": "^3.1.3" | ||
"cbstreams":"^2.0.0", | ||
"mockdatacfc":"^3", | ||
"globber":"^3.1.3" | ||
}, | ||
"devDependencies":{ | ||
"devDependencies":{ | ||
"commandbox-dotenv":"*", | ||
"commandbox-cfconfig":"*", | ||
"commandbox-cfformat":"*" | ||
}, | ||
"installPaths":{ | ||
"cbstreams":"system/modules/cbstreams/", | ||
"mockdatacfc":"system/modules/mockdatacfc/", | ||
"globber": "system/modules/globber/" | ||
"globber":"system/modules/globber/" | ||
}, | ||
"scripts":{ | ||
"release":"recipe build/release.boxr", | ||
|
@@ -58,7 +58,7 @@ | |
"start:lucee":"server start [email protected]", | ||
"start:2018":"server start [email protected]", | ||
"start:2021":"server start [email protected]", | ||
"log:lucee":"server log testbox-lucee@5 --follow", | ||
"log:lucee":"server log testbox-lucee@5 --follow", | ||
"log:2018":"server log testbox-adobe@2018 --follow", | ||
"log:2021":"server log testbox-adobe@2021 --follow" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
} | ||
}, | ||
"app":{ | ||
"cfengine":"[email protected]BETA+346", | ||
"cfengine":"[email protected]SNAPSHOT", | ||
"serverHomeDirectory":".engine/lucee6" | ||
}, | ||
"cfconfig":{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"COLUMNS":["filePath","relativeFilePath","filePathHash","numLines","numCoveredLines","numExecutableLines","percCoverage","lineData"],"DATA":[["/Users/lmajano/Sites/projects/TestBox/tests/CoverageReporterTest.cfc","CoverageReporterTest.cfc","B506E28C0CC6B7939E1A86ED7ACDA3B2",3,2,0,1,{"2":"1","1":1}],["/Users/lmajano/Sites/projects/TestBox/tests/CoverageServiceTest.cfc","CoverageServiceTest.cfc","7F968BF64B0F50B6BA8988D55B3B17EE",3,0,0,1,{}]]} |