Skip to content

Commit

Permalink
ci: e2e test for runOnStartup watch opt
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 11, 2023
1 parent 0eca4db commit 40a92ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
loglevel: info
- folder: docker3
loglevel: info
- folder: docker4
loglevel: info
- folder: dockerfile1
loglevel: debug
steps:
Expand Down
9 changes: 9 additions & 0 deletions test/docker4/diun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
watch:
workers: 20
schedule: "* * * * *"
runOnStartup: false

providers:
docker:
watchByDefault: true
watchStopped: true

0 comments on commit 40a92ef

Please sign in to comment.