There was an error while loading. Please reload this page.
1 parent 51aa8b2 commit 180e4d7Copy full SHA for 180e4d7
1 file changed
.github/workflows/ci-pipeline-synthetic.yml
@@ -30,11 +30,14 @@ jobs:
30
java-version: "25"
31
distribution: "corretto"
32
- name: Install dependencies
33
- run: npm install -g fsh-sushi
+ run: npm install -g fsh-sushi fhirpath
34
- name: Build sushi
35
run: |
36
cd ${{ github.workspace }}/apps/bfd-model-idr
37
sushi build ./sushi
38
+ - name: Generate v3 Data Dictionary
39
+ run: uv run gen_dd.py
40
+ working-directory: apps/bfd-model-idr
41
- name: Ensure synthetic data pipeline runs
42
43
0 commit comments