Skip to content

Commit 866020f

Browse files
committed
[cli-tests] Enable CLI tests for hyperv_api backend
1 parent 91235d2 commit 866020f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/windows-macos.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,19 +435,32 @@ jobs:
435435
run: |
436436
echo "##[warning] Public URL: ${{ steps.s3-upload.outputs.url }}"
437437
438-
DispatchCLITestsWorkflow:
438+
DispatchCLITestsWorkflowWin:
439+
name: "Dispatch CLI Tests (Windows)"
439440
permissions:
440441
contents: read
441442
actions: read
442443
checks: write
443444
secrets: inherit
444445
needs:
445446
- BuildAndTest
447+
uses: ./.github/workflows/cli-tests.yml
448+
with:
449+
windows-pkg-url: ${{ needs.BuildAndTest.outputs.windows-pkg-url }}
450+
backend-driver: hyperv_api
451+
452+
DispatchCLITestsWorkflowMac:
453+
name: "Dispatch CLI Tests (macOS)"
454+
permissions:
455+
contents: read
456+
actions: read
457+
checks: write
458+
secrets: inherit
459+
needs:
446460
- CombineAndPublishMacOSPackage
447461
uses: ./.github/workflows/cli-tests.yml
448462
with:
449463
macos-pkg-url: ${{ needs.CombineAndPublishMacOSPackage.outputs.macos-pkg-url }}
450-
windows-pkg-url: ${{ needs.BuildAndTest.outputs.windows-pkg-url }}
451464

452465
DeleteSeparateMacPackages:
453466
if: ${{ !cancelled() && success() && needs.CombineAndPublishMacOSPackage.result == 'success' }}

0 commit comments

Comments
 (0)