"this is insane" no it's actually act-runner-windows-cursed
This commit is contained in:
parent
a597f77952
commit
bb75839904
2 changed files with 64 additions and 0 deletions
39
config.yml
Normal file
39
config.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
log:
|
||||
level: info
|
||||
job_level: info
|
||||
|
||||
runner:
|
||||
file: .runner
|
||||
capacity: 1
|
||||
envs:
|
||||
A_TEST_ENV_NAME_2: a_test_env_value_2
|
||||
env_file: .env
|
||||
timeout: 3h
|
||||
shutdown_timeout: 3h
|
||||
insecure: false
|
||||
fetch_timeout: 5s
|
||||
fetch_interval: 2s
|
||||
report_interval: 1s
|
||||
labels: []
|
||||
cache:
|
||||
enabled: false
|
||||
port: 0
|
||||
dir: "C:\\hostedtoolcache"
|
||||
external_server: ""
|
||||
secret: ""
|
||||
host: ""
|
||||
proxy_port: 0
|
||||
actions_cache_url_override: ""
|
||||
container:
|
||||
network: nat
|
||||
enable_ipv6: false
|
||||
privileged: false
|
||||
workdir_parent: "C:\\workspace"
|
||||
options: "--volume=C:\\hostedtoolcache:C:\\hostedtoolcache --volume=C:\\workspace:C:\\workspace --volume=C:\\ProgramData\\act:C:\\act"
|
||||
valid_volumes:
|
||||
- '**'
|
||||
docker_host: "-"
|
||||
force_pull: false
|
||||
force_rebuild: false
|
||||
host:
|
||||
workdir_parent: null
|
||||
Loading…
Add table
Add a link
Reference in a new issue