diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-07-30 13:56:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 13:56:44 -0700 |
commit | 9311b522d8979cfe6e7a751f9447df8e0c3d1e96 (patch) | |
tree | 4c8fcf2a255e08d814e7fac45506778f5873032f | |
parent | afe5d29b964cd06b24eb43fd9edcfbcf3c9dbfd5 (diff) |
Add new runners to QA workflow
-rw-r--r-- | .github/workflows/qatest.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 4e10900441..457e915726 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -43,7 +43,11 @@ jobs: artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: windows - runner: qa-dan-asus + runner: qa-windows-asus-dan + artifact: Windows-installer + install-path: 'C:\viewer-automation-main' + - os: windows + runner: qa-windows-z600-dan artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: mac |