Skip to content

Commit d6db4ff

Browse files
Ashish KumarAshish Kumar
authored andcommitted
chore: fixed test command in ci
1 parent 0ce903a commit d6db4ff

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
node: circleci/node:lts
3+
node: circleci/node@1.1.6
44
jobs:
55
build-and-test:
66
executor:
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- run: npm install
1313
- run: npm run lint
14-
- run: npm run test
14+
- run: npm test -- -u
1515
workflows:
1616
build-and-test:
1717
jobs:

dev.env renamed to env/dev.env

File renamed without changes.

env/prod.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PORT=3000
2+
API_URL=https://hn.algolia.com/
3+
HOST_URL=http://localhost:3000

0 commit comments

Comments
 (0)