Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Sep 18, 2023
1 parent 2e26b0c commit 3eb6a22
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,24 @@ jobs:
# uses: ./.github/workflows/pkr-bld-vmware-x64.yml
# secrets: inherit

pkr-bld-win-all:
uses: ./.github/workflows/pkr-bld-win-all.yml
pkr-bld-win-10:
uses: ./.github/workflows/pkr-bld-win-10.yml
secrets: inherit

pkr-bld-win-11:
uses: ./.github/workflows/pkr-bld-win-11.yml
secrets: inherit

pkr-bld-win-2016:
uses: ./.github/workflows/pkr-bld-win-2016.yml
secrets: inherit

pkr-bld-win-2019:
uses: ./.github/workflows/pkr-bld-win-2019.yml
secrets: inherit

pkr-bld-win-2022:
uses: ./.github/workflows/pkr-bld-win-2022.yml
secrets: inherit

pkr-bld-win-hyperv:
Expand Down

0 comments on commit 3eb6a22

Please sign in to comment.