Skip to content

Commit 01212a6

Browse files
committed
chore: ensures that flask app is stopped
1 parent 538c3a3 commit 01212a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sandbox-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Run Postman Collection
3939
run: newman run ./postman/Validate_Relationship_Service_Sandbox.postman_collection.json -d ./postman/dev-variables.json
4040
- name: Stop sandbox
41+
if: success() || failure()
4142
run: pkill -f "poetry run flask"

0 commit comments

Comments
 (0)