diff --git a/.github/workflows/check_smoke_tests.yml b/.github/workflows/check_smoke_tests.yml index 0f727ec8..1198f6b2 100644 --- a/.github/workflows/check_smoke_tests.yml +++ b/.github/workflows/check_smoke_tests.yml @@ -44,25 +44,8 @@ jobs: -p 8080:8080 \ rl-service-image - sleep 10 - - # docker ps - # if [ "$(docker ps -q -f name=rl-service)" == "" ]; then - # echo "RecordLinker Service container is not running" - # docker logs rl-service - # exit 1 - # fi - - # RESP=$(curl -s http://localhost:8080/algorithm) - # echo "Response: $RESP" - - # # Smoke Tests - # RESP_1=$(curl -s -X POST http://localhost:8080/link \ - # -d '{"record": {"birth_date": "2053-11-07", "sex": "M", "mrn": "1234567890", "name":[{"family":"Shepard", "given":["John"]}]}}' \ - # -H "Content-Type: application/json") - - # echo "Response: $RESP_1" - + # sleep 10 + # Run smoke tests and print the response JSON_BODY_1='{"record": {"birth_date": "2053-11-07", "sex": "M", "mrn": "1234567890", "name":[{"family":"Shepard", "given":["John"]}]}}' JSON_BODY_2='{"algorithm": "dibbs-enhanced", "record": {"birth_date": "2000-12-06", "sex": "M", "mrn": "9876543210", "name":[{"family":"Smith", "given":["William"]}]}}'