Skip to content

Commit

Permalink
fix(#136): tsting pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 23, 2024
1 parent bb87813 commit 675fa3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cht-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test-targets": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/targets/*.spec.js --timeout 10000",
"test-contact-summary": "npm run eslint && TZ=Africa/Nairobi mocha --reporter progress test/contact-summary/*.spec.js --timeout 10000",
"test-unit": "TZ=Africa/Nairobi mocha --recursive --reporter spec test --timeout 20000",
"deploy": "wait-on http://api:5988/ && sh ./script.sh"
"deploy": "wait-on http://api:5988/ && sleep 100 && sh ./script.sh"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.cht-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ services:
- "COUCHDB_PASSWORD=${COUCHDB_PASSWORD:-password}"
depends_on:
- couchdb
- api
networks:
- cht-net

Expand Down

0 comments on commit 675fa3b

Please sign in to comment.