Skip to content

Commit 6623cfd

Browse files
committed
fix: CI
Signed-off-by: ananeridev <ananeri32@hotmail.com>
1 parent aafd23e commit 6623cfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Start application for E2E tests
7070
run: |
71-
npm start &
71+
npm start:test &
7272
sleep 5
7373
env:
7474
NODE_ENV: test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"start": "node --env-file=.env src/index.js",
99
"dev": "node --env-file=.env --watch src/index.js",
10+
"start:test": "node src/index.js",
1011
"test": "npx poku tests/unit/*.test.js",
1112
"test:unit": "npx poku tests/unit/*.test.js",
1213
"test:cov": "c8 npm run test:unit",

0 commit comments

Comments
 (0)