Update .gitea/workflows/docker-test.yml
Some checks failed
Docker Test / test (push) Has been cancelled
Some checks failed
Docker Test / test (push) Has been cancelled
This commit is contained in:
parent
872c4cae13
commit
79da56c9e7
@ -3,10 +3,14 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: windows # Your Windows runner label
|
runs-on: windows-host
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/windows/servercore:ltsc2019 # Windows Server 2019 base image
|
image: mcr.microsoft.com/windows/servercore:ltsc2019
|
||||||
options: --isolation=process # Required for Windows containers
|
options: >-
|
||||||
|
--isolation=process
|
||||||
|
-v C:\toolcache:C:\toolcache # Windows-style volume mount
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: C:\toolcache # Override Linux default path
|
||||||
steps:
|
steps:
|
||||||
- name: Test Docker
|
- name: Test Docker
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user