Skip to content

Commit

Permalink
remove ci steps from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran-nhsd committed Mar 27, 2024
1 parent aacdd3c commit aeaee38
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
- name: Install Graphvix
run: sudo apt install graphviz

- name: Run FHIR server (TODO - load package from vars and validate - maybe just let the publisher handle that...)
run: docker run -d -p 8080:8080 -e hapi.fhir.daoconfig_client_id_strategy=UUID -e hapi.fhir.client_id_strategy=ANY hapiproject/hapi:latest

- name: Sleep to give server time to start
run: sleep 90

- name: Convert FSH, load examples and run queries to be added to IG
run: ./scripts/run-examples.sh

- name: Build IG
run: ./_genonce.sh ${{ vars.VALIDATOR_OFFLINE }}

Expand Down

0 comments on commit aeaee38

Please sign in to comment.