Skip to content

Commit 538c3a3

Browse files
committed
chore: updated workflow
1 parent 57afead commit 538c3a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sandbox-checks.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
- name: Install Newman
3232
run: npm install -g newman
3333
- name: Start dev sandbox
34-
run: make start-dev
34+
run: |
35+
make start-dev &
36+
sleep 5
3537
working-directory: ./sandbox
3638
- name: Run Postman Collection
3739
run: newman run ./postman/Validate_Relationship_Service_Sandbox.postman_collection.json -d ./postman/dev-variables.json
40+
- name: Stop sandbox
41+
run: pkill -f "poetry run flask"

0 commit comments

Comments
 (0)