Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/nightly-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,38 +124,33 @@ jobs:

- name: 24.1 Unit Testing
run: make unittest-all-241
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
FLUENT_IMAGE_TAG: v24.1.0

- name: 23.2 Unit Testing
run: make unittest-all-232
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
FLUENT_IMAGE_TAG: v23.2.0

- name: 23.1 Unit Testing
run: make unittest-all-231
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
FLUENT_IMAGE_TAG: v23.1.0

- name: Upload 23.1 Coverage Artifacts
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: coverage_report
path: ./htmlcov

- name: 22.2 Unit Testing
run: make unittest-all-222
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
uses: ansys/actions/doc-deploy-stable@v4
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
decompress_artifact: true
decompress-artifact: true
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/test-run-wo-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ jobs:

- name: 23.1 Unit Testing
run: make unittest-all-231
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
FLUENT_IMAGE_TAG: v23.1.0

- name: 22.2 Unit Testing
run: make unittest-all-222
continue-on-error: true
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a pull request.
* @mkundu1 @seanpearsonuk @ajain-work @dnwillia-work @prmukherj @hpohekar @alikasim72 @h-krishnan
* @mkundu1 @seanpearsonuk @ajain-work @dnwillia-work @prmukherj @hpohekar @h-krishnan @raph-luc