File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments