We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da803e6 commit 927e87dCopy full SHA for 927e87d
.github/workflows/openapi-validate.yml
@@ -57,6 +57,32 @@ jobs:
57
run: |
58
make schema-post-consent
59
60
+ PATCH_Consent:
61
+ name: PATCH Consent test
62
+ runs-on: ubuntu-latest
63
+ steps:
64
+ - name: Checkout repository
65
+ uses: actions/checkout@v4
66
+
67
+ - name: Set up Python
68
+ uses: actions/setup-python@v5
69
+ with:
70
+ python-version: 3.9
71
72
+ - name: Install Poetry
73
+ shell: bash
74
+ run: |
75
+ pipx install poetry==1.8.5
76
77
+ - name: Install Script Packages with Poetry
78
79
80
+ poetry install --all-extras
81
82
+ - name: Run Python script for all files
83
84
+ make schema-patch-consent
85
86
GET_RelatedPerson:
87
name: GET Related Person test
88
runs-on: ubuntu-latest
0 commit comments