Skip to content

Commit 901230f

Browse files
added unit test batch in readme file
1 parent b2bbd15 commit 901230f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
![units-test](https://github.com/snithyanantham/docker-compose-multiple-apps-heroku-deploy/workflows/units-test/badge.svg)
3+
14
# docker-compose-multiple-apps-heroku-deploy - GitHub Action
25

36
A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint index.js",
88
"build": "npx @zeit/ncc build index.js",
9-
"test": "eslint app.js && jest"
9+
"test": "eslint index.js && jest"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)