From aeaee388c9b0afb49077764106c820c74be36f78 Mon Sep 17 00:00:00 2001 From: Declan Kieran Date: Wed, 27 Mar 2024 23:52:56 +0000 Subject: [PATCH] remove ci steps from pipeline --- .github/workflows/publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a00ab4..44fb12c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}