Summary
Jobs
validate-dco
run
build
unit-test
integration-test-prepare
unit-test-report
integration-test (builtin, DockerAPISuite|DockerBenchmarkSuite|DockerCLIAttachSuite)
integration-test (builtin, DockerCLIBuildSuite|DockerCLICommitSuite)
integration-test (builtin, DockerCLICpSuite|DockerCLICreateSuite|DockerCLIEventSuite|DockerCLIExe...
integration-test (builtin, DockerCLIPortSuite|DockerCLIProxySuite|DockerCLIPruneSuite|DockerCLIPs...
integration-test (builtin, DockerCLIRunSuite)
integration-test (builtin, DockerCLISNISuite|DockerCLISaveLoadSuite|DockerCLISearchSuite|DockerCL...
integration-test (builtin, ./...)
integration-test (containerd, DockerAPISuite|DockerBenchmarkSuite|DockerCLIAttachSuite)
integration-test (containerd, DockerCLIBuildSuite|DockerCLICommitSuite)
integration-test (containerd, DockerCLICpSuite|DockerCLICreateSuite|DockerCLIEventSuite|DockerCLI...
integration-test (containerd, DockerCLIPortSuite|DockerCLIProxySuite|DockerCLIPruneSuite|DockerCL...
integration-test (containerd, DockerCLIRunSuite)
integration-test (containerd, DockerCLISNISuite|DockerCLISaveLoadSuite|DockerCLISearchSuite|Docke...
integration-test (containerd, ./...)
integration-test-report (builtin)
integration-test-report (containerd)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: windows-2022
# Default to 'contents: read', which grants actions to read commits.
#
# If any permission is set, any permission not included in the list is
# implicitly set to "none".
#
# see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'master'
- '[0-9]+.[0-9]+'
pull_request:
jobs:
validate-dco:
uses: ./.github/workflows/.dco.yml
run:
needs:
- validate-dco
uses: ./.github/workflows/.windows.yml
with:
os: windows-2022
send_coverage: true
You can’t perform that action at this time.