#
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 2s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-10 15:28:01 +06:00
parent f8a13f1b19
commit 311a853c31

View File

@@ -16,6 +16,12 @@ jobs:
runs-on: fhir-runner runs-on: fhir-runner
steps: steps:
- name: Prepare IG Publisher
run: |
mkdir -p input-cache
cp /home/mishealth/gitea-runner/input-cache/publisher.jar input-cache/publisher.jar
ls -al input-cache
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: