We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc1824 commit 75d9557Copy full SHA for 75d9557
1 file changed
.github/workflows/node_js_containers.yml
@@ -20,9 +20,7 @@ jobs:
20
steps:
21
- name: Post a user
22
# Send a HTTP POST request to create a user to the mongo DB.
23
- run: |
24
- 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{\"username\": \"hello\", \"address\": \"dwded\"}'''
25
- 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{\"username\": \"hello\", \"address\": \"pluk\"}'''
+ run: 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{\"username\": \"hello\", \"address\": \"dwded\"}'''
26
- name: Get Users
27
run: curl http://localhost:3001/api/users
28
0 commit comments