Skip to content

Commit 345aa34

Browse files
committed
fix(cicd): run the app in the background
1 parent d1613bb commit 345aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
mongodb-db: encryptionAPI
163163

164164
- name: Start the app
165-
run: npm start & npx wait-on http://localhost:3000
165+
run: npm start > /dev/null &
166166

167167
- name: Run ZAP Scan
168168
uses: zaproxy/action-full-scan@v0.4.0

0 commit comments

Comments
 (0)