Skip to content

Commit 75d9557

Browse files
committed
fix
1 parent 3bc1824 commit 75d9557

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/node_js_containers.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
steps:
2121
- name: Post a user
2222
# 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\"}'''
23+
run: 'curl -X POST http://localhost:3001/api/user -H ''Content-Type: application: application/json'' -d ''{\"username\": \"hello\", \"address\": \"dwded\"}'''
2624
- name: Get Users
2725
run: curl http://localhost:3001/api/users
2826

0 commit comments

Comments
 (0)