mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
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:
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user