mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
ci: e2e test for runOnStartup watch opt
This commit is contained in:
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@@ -43,6 +43,8 @@ jobs:
|
||||
loglevel: info
|
||||
- folder: docker3
|
||||
loglevel: info
|
||||
- folder: docker4
|
||||
loglevel: info
|
||||
- folder: dockerfile1
|
||||
loglevel: debug
|
||||
steps:
|
||||
|
||||
9
test/docker4/diun.yml
Normal file
9
test/docker4/diun.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
watch:
|
||||
workers: 20
|
||||
schedule: "* * * * *"
|
||||
runOnStartup: false
|
||||
|
||||
providers:
|
||||
docker:
|
||||
watchByDefault: true
|
||||
watchStopped: true
|
||||
Reference in New Issue
Block a user