Skip to content

Commit 180e4d7

Browse files
committed
run gen_dd in synthetic ci checks
1 parent 51aa8b2 commit 180e4d7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-pipeline-synthetic.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ jobs:
3030
java-version: "25"
3131
distribution: "corretto"
3232
- name: Install dependencies
33-
run: npm install -g fsh-sushi
33+
run: npm install -g fsh-sushi fhirpath
3434
- name: Build sushi
3535
run: |
3636
cd ${{ github.workspace }}/apps/bfd-model-idr
3737
sushi build ./sushi
38+
- name: Generate v3 Data Dictionary
39+
run: uv run gen_dd.py
40+
working-directory: apps/bfd-model-idr
3841
- name: Ensure synthetic data pipeline runs
3942
run: |
4043
cd ${{ github.workspace }}/apps/bfd-model-idr

0 commit comments

Comments
 (0)