diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8549f0f5..0f1c0ae24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: fetch-depth: 0 fetch-tags: true submodules: recursive - - run: ./test/check-docker-context.sh --report + - run: ./test/check-docker-context.sh --min-size 50000 --max-size 60000 --min-count 1500 --max-count 1700 - run: ./test/test-images.sh - if: always() run: docker compose logs