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 8e46ec0 commit 8592fd0Copy full SHA for 8592fd0
.github/workflows/openapi-validate.yml
@@ -109,32 +109,6 @@ jobs:
109
run: |
110
make schema-questionnaire
111
112
- GET_Questionnaire:
113
- name: GET questionnaire test
114
- runs-on: ubuntu-latest
115
- steps:
116
- - name: Checkout repository
117
- uses: actions/checkout@v4
118
-
119
- - name: Set up Python
120
- uses: actions/setup-python@v5
121
- with:
122
- python-version: 3.9
123
124
- - name: Install Poetry
125
- shell: bash
126
- run: |
127
- pipx install poetry==1.8.5
128
129
- - name: Install Script Packages with Poetry
130
131
132
- poetry install --all-extras
133
134
- - name: Run Python script for all files
135
136
- make schema-get-questionnaire
137
138
Errors:
139
name: Error schema test
140
runs-on: ubuntu-latest
0 commit comments