From d8e4407964b4190306b4b6682b945955ae61b752 Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Thu, 2 Jan 2025 14:26:26 +0000 Subject: [PATCH] add license server for tmate debugging --- .github/workflows/ci_cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 68ba0f51187..97f0e141f27 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -85,6 +85,8 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 + env: + ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }} - name: Run pytest uses: ansys/actions/tests-pytest@v8