File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run Python script for all files
3131 run : |
32- make schema-consent
32+ make schema-get-consent
33+
34+ POST_Consent :
35+ name : POST Consent test
36+ runs-on : ubuntu-latest
37+ steps :
38+ - name : Checkout repository
39+ uses : actions/checkout@v4
40+
41+ - name : Set up Python
42+ uses : actions/setup-python@v5
43+ with :
44+ python-version : 3.9
45+
46+ - name : Install Poetry
47+ shell : bash
48+ run : |
49+ pipx install poetry==1.8.5
50+
51+ - name : Install Script Packages with Poetry
52+ shell : bash
53+ run : |
54+ poetry install --all-extras
55+
56+ - name : Run Python script for all files
57+ run : |
58+ make schema-post-consent
3359
3460 GET_RelatedPerson :
3561 name : GET Related Person test
83109 run : |
84110 make schema-questionnaire
85111
86-
87112 Errors :
88113 name : Error schema test
89114 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments