Skip to content

Commit 395300a

Browse files
. (#6)
Co-authored-by: saffi <[email protected]>
1 parent c596c5b commit 395300a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ Report created image to CSDP, for CI tools use.
2626
* CF_JIRA_MESSAGE: "${{ GIT_BRANCH }}"
2727
* CF_JIRA_INTEGRATION: "jira-1"
2828
* CF_JIRA_FAIL_ON_NOT_FOUND : ""
29-
30-
.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"start:prod": "node dist/index.js",
1818
"test": "jest --passWithNoTests",
1919
"test:watch": "jest --watch",
20-
"test:cov": "jest --coverage"
20+
"test:cov": "jest --coverage",
21+
"ci-test": "yarn install && yarn test && yarn prebuild"
2122
},
2223
"engines": {
2324
"node": "16.14.2"

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: csdp-report-image
2-
version: 0.0.5
2+
version: 0.0.6

0 commit comments

Comments
 (0)