Fix: docker test for infrastructure files (#1136)

* Fix: docker test for infrastructure files

* Fix: docker test for infrastructure files
This commit is contained in:
Maycon Santos 2023-09-08 19:28:34 +02:00 committed by GitHub
parent 5c8541ef42
commit 30f1c54ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ jobs:
- name: test running containers
run: |
count=$(docker compose ps --format json | jq '.[] | select(.Project | contains("infrastructure_files")) | .State' | grep -c running)
count=$(docker compose ps --format json | jq '. | select(.Name | contains("infrastructure_files")) | .State' | grep -c running)
test $count -eq 4
working-directory: infrastructure_files