kopia lustrzana https://github.com/wagtail/wagtail
Add CAP_SYS_NICE to MySQL service config in GitHub Actions test workflow
rodzic
55fed5c25d
commit
4c4c88ace6
|
@ -157,7 +157,7 @@ jobs:
|
|||
MYSQL_DATABASE: wagtail
|
||||
ports:
|
||||
- 3306:3306
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --cap-add=sys_nice
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Ładowanie…
Reference in New Issue