Skip to content

Commit 00d243b

Browse files
authored
ci(test): Test docstrings against latest released DPF in the dev pipelines (#2723)
1 parent 359e852 commit 00d243b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,15 @@ jobs:
198198
matrix:
199199
version:
200200
- ${{ fromJson(vars.ANSYS_VERSIONS_RETRO_WITH_PATCH) }}
201-
- ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH) }}
201+
docstring:
202+
- "false"
203+
include:
204+
- version: ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH) }}
205+
docstring: "true"
202206
uses: ./.github/workflows/tests.yml
203207
with:
204208
ANSYS_VERSION: ${{ matrix.version.version }}
205209
python_versions: '["3.10"]'
206-
DOCSTRING: false
210+
DOCSTRING: ${{ matrix.docstring }}
207211
standalone_suffix: ${{ matrix.version.patch }}
208212
secrets: inherit

0 commit comments

Comments
 (0)