Skip to content

Commit

Permalink
Version updates (#23)
Browse files Browse the repository at this point in the history
* Version updates

* Workflow update

* Version fix

* Setup fixes
  • Loading branch information
pmanko authored Feb 11, 2022
1 parent fce7bff commit b216427
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 595 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ CR_FHIR_PORT=8081
CR_ES_PORT=9200
OPENHIM_PORT=9201


SHR_VERSION=v0.4.4
FHIR_CONVERTER_VERSION=v3.1.4
18 changes: 4 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,19 @@ jobs:
- name: Display logs
run: docker-compose -f docker-compose.ci.yml --profile mediators logs

- name: Run General Tests (https://openme.postman.co/workspace/Botswana-HIE~bf140db5-85f6-4470-bc3a-511efcda80ba/collection/1525496-77f89792-c73b-4c75-a450-5cb6f79230d4)
- name: Run General Tests https://www.postman.com/itechuw/workspace/botswana-hie/collection/1525496-77f89792-c73b-4c75-a450-5cb6f79230d4)
env:
POSTMAN_COLLECTION: https://www.getpostman.com/collections/c58de2e03b071c45dcaa
run: docker-compose --profile test -f docker-compose.ci.yml up --exit-code-from newman newman

- name: Run CR Tests (https://openme.postman.co/workspace/Botswana-HIE~bf140db5-85f6-4470-bc3a-511efcda80ba/collection/1525496-16a5a3c2-719f-40a6-ad06-a9530d3f2006)
- name: Run CR Tests (https://www.postman.com/itechuw/workspace/botswana-hie/collection/1525496-16a5a3c2-719f-40a6-ad06-a9530d3f2006)
env:
POSTMAN_COLLECTION: https://www.getpostman.com/collections/a410a87102b64366c072
run: docker-compose --profile test -f docker-compose.ci.yml up --exit-code-from newman newman

- name: Run Laboratory Tests (https://openme.postman.co/workspace/Botswana-HIE~bf140db5-85f6-4470-bc3a-511efcda80ba/collection/1525496-fc0b7d4c-90b3-4774-9156-3e6cb4c97f5f)
- name: Run Laboratory Tests (https://www.postman.com/itechuw/workspace/botswana-hie/collection/1525496-db80feab-8a77-42c8-aa7e-fd4beb0ae6a8)
env:
POSTMAN_COLLECTION: https://www.getpostman.com/collections/ff5183adca5b5e720338
run: docker-compose --profile test -f docker-compose.ci.yml up --exit-code-from newman newman

- name: Run HL7 <--> FHIR Tests (https://openme.postman.co/workspace/Botswana-HIE~bf140db5-85f6-4470-bc3a-511efcda80ba/collection/1525496-6ae2c5fc-f659-4bc3-8fe0-18b07ab5e57a)
env:
POSTMAN_COLLECTION: https://www.getpostman.com/collections/f5a58cf2d476785aed5f
run: docker-compose --profile test -f docker-compose.ci.yml up --exit-code-from newman newman

- name: Run PIMS Lab Workflow Tests (https://www.getpostman.com/collections/2ee8ebff39c078bac256)
env:
POSTMAN_COLLECTION: https://www.getpostman.com/collections/2ee8ebff39c078bac256
POSTMAN_COLLECTION: https://www.getpostman.com/collections/ab7cb9127e90777d39f4
run: docker-compose --profile test -f docker-compose.ci.yml up --exit-code-from newman newman

- name: Run MLLP Tests
Expand Down
2 changes: 1 addition & 1 deletion configs/opencr/config_port.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
},
"sync": {
"lastFHIR2ESSync": "2021-12-03T16:33:53"
"lastFHIR2ESSync": "2022-02-11T20:16:29"
},
"__comments": {
"matching.tool": "this tells if the app should use mediator algorithms or elasticsearch algorithms for matching, two options mediator and elasticsearch"
Expand Down
Loading

0 comments on commit b216427

Please sign in to comment.