Skip to content

Commit d1613bb

Browse files
authored
fix(cicd): add wait for the app to start
1 parent 6f4c6e8 commit d1613bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
165+
run: npm start & npx wait-on http://localhost:3000
166166

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

0 commit comments

Comments
 (0)