Skip to content

Commit

Permalink
TBR: VM testing after remove LD
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Sep 30, 2024
1 parent 61c010c commit 9040182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# TODO: Si if we can use ansys/actions
test-specific-linux:
name: Testing solvers and coverage (Linux)
runs-on: [ self-hosted, Linux, pyaedt]
runs-on: [ self-hosted, Linux, pyaedt, toolkits]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
ANSYSEM_ROOT242: '/ansys_inc/AnsysEM/v242/Linux64'
ANS_NODEPCHECK: '1'
steps:
- name: Install Git and checkout project
Expand Down Expand Up @@ -78,10 +78,10 @@ jobs:
test-solvers-linux:
name: Testing solvers and coverage (Linux)
if: github.event.pull_request.draft == false
runs-on: [ self-hosted, Linux, pyaedt]
runs-on: [ self-hosted, Linux, pyaedt, toolkits]
needs: [test-specific-linux]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
ANSYSEM_ROOT242: '/ansys_inc/AnsysEM/v242/Linux64'
ANS_NODEPCHECK: '1'
steps:
- name: Install Git and checkout project
Expand Down

0 comments on commit 9040182

Please sign in to comment.