Skip to content

Commit 8592fd0

Browse files
committed
merge
1 parent 8e46ec0 commit 8592fd0

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -109,32 +109,6 @@ jobs:
109109
run: |
110110
make schema-questionnaire
111111
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-
shell: bash
131-
run: |
132-
poetry install --all-extras
133-
134-
- name: Run Python script for all files
135-
run: |
136-
make schema-get-questionnaire
137-
138112
Errors:
139113
name: Error schema test
140114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)