Run E2E more often
This commit is contained in:
parent
8ef2f8c132
commit
2607bc5213
2 changed files with 7 additions and 6 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
pull_request:
|
||||
branches: ["main"]
|
||||
schedule:
|
||||
- cron: '0 */4 * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
concurrency:
|
||||
group: e2e-tests
|
||||
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
cargo run config-e2e.yml --color never &
|
||||
cd ..
|
||||
|
||||
scripts/e2e.sh 8
|
||||
scripts/e2e.sh 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue