From cdfbb3e042906d96a2eca5fd4a6d6581a53ed6f7 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 30 Oct 2023 09:22:14 +0100 Subject: [PATCH] WIP: add env variable --- .github/workflows/legacy_unit_tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/legacy_unit_tests.yml b/.github/workflows/legacy_unit_tests.yml index d28c649209..22a70d5308 100644 --- a/.github/workflows/legacy_unit_tests.yml +++ b/.github/workflows/legacy_unit_tests.yml @@ -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: @@ -42,4 +45,4 @@ jobs: - name: "Executing legacy unit tests" run: | - pytest -n 6 -m "legacy and unit" + pytest -m "legacy and unit"