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 0510448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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, toolkit]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
ANS_NODEPCHECK: '1'
Expand Down Expand Up @@ -78,7 +78,7 @@ 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, toolkit]
needs: [test-specific-linux]
env:
ANSYSEM_ROOT242: '/opt/AnsysEM/v242/Linux64'
Expand Down

0 comments on commit 0510448

Please sign in to comment.