Skip to content

Commit

Permalink
Final preparation for new release (#261)
Browse files Browse the repository at this point in the history
only build API & docs up to 24.1 for release
  • Loading branch information
iboyd-ansys authored Feb 7, 2024
1 parent ca10c6e commit b0e072b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ jobs:
with:
image-tag: v24.1.0

# NB: try this in PR, but comment out before merging
# uncomment after first SyC release targeting 24.1
- name: Generate API for v242
uses: ./.github/actions/generate-api
with:
image-tag: latest

- name: Clean out dist
run: rm -rf dist

Expand Down Expand Up @@ -157,21 +150,13 @@ jobs:
uses: ./.github/actions/unit-test
with:
image-tag: v23.2.0
upload-coverage: true
upload-coverage: false

- name: Unit Test v24.1.0
uses: ./.github/actions/unit-test
with:
image-tag: v24.1.0
upload-coverage: false

# TODO comment out as for API generation
- name: Unit Test v24.2.0
uses: ./.github/actions/unit-test
with:
image-tag: latest
upload-coverage: false

upload-coverage: true

docs:
name: Build Documentation
Expand Down

0 comments on commit b0e072b

Please sign in to comment.