Skip to content

Commit

Permalink
WIP: add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Oct 30, 2023
1 parent 696ef2c commit cdfbb3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/legacy_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

Expand Down Expand Up @@ -42,4 +45,4 @@ jobs:

- name: "Executing legacy unit tests"
run: |
pytest -n 6 -m "legacy and unit"
pytest -m "legacy and unit"

0 comments on commit cdfbb3e

Please sign in to comment.