ci(test): Relax cleanup test regex a bit (#1119)

This commit is contained in:
Burak Yigit Kaya 2021-10-15 22:41:26 +03:00 committed by GitHub
parent 78a5c3cb87
commit 6f0b91f285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -63,5 +63,5 @@ jobs:
- name: Inspect failure
if: failure()
run: |
docker-compose ps
docker-compose logs
docker compose ps
docker compose logs

View File

@ -118,7 +118,7 @@ done
echo "${_endgroup}"
echo "${_group}Ensure cleanup crons are working ..."
$dc ps | grep -q -E "\-cleanup\s+running\s+|\-cleanup_.+\s+Up\s+"
$dc ps | grep -q -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+'
echo "${_endgroup}"
echo "${_group}Test custom CAs work ..."