ci: windows tests on public runners (#17829)

currently our self-hosted windows runners lack `docker`,
so for now just revert to public runners.
This commit is contained in:
Daniel Bennett
2023-07-06 17:06:55 -05:00
committed by GitHub
parent 709f20c04a
commit 03b8a9add0

View File

@@ -43,7 +43,7 @@ env:
VAULT_VERSION: 1.4.1
jobs:
test-windows:
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "windows", "type=c5.2xlarge"]') || 'windows-2019-16core' }}
runs-on: 'windows-2019-16core'
env:
GOTESTSUM_PATH: c:\tmp\test-reports
steps: