test-no-basis-ig-mal-gh-pages #12
Annotations
1 error
Invalid workflow file:
.github/workflows/test-no-basis-gh-pages.yml#L19
The workflow is not valid. .github/workflows/test-no-basis-gh-pages.yml (Line: 19, Col: 14): Unexpected symbol: '}/snapshots/hl7'. Located at position 8 within expression: env.IG }/snapshots/hl7.fhir.no.basis-2.2.0-snapshots.tgz
echo "Create .fhir packages cache directory for no-basis"
mkdir -p /github/home/.fhir/packages/hl7.fhir.no.basis#2.2.0/package
echo "Copy local no-basis snapshot to .fhir package cache directory"
cp -r ./node_modules/hl7.fhir.no.basis/* /github/home/.fhir/packages/hl7.fhir.no.basis#2.2.0/package
[...]
|