ci: improve QA with cram based tests
[buildbot.git] / .github / workflows / build-push.yml
index 9a2eed4da7d8009f3cfcfcb3be2ea02be5e47a42..f568ed661fe312e375bbe6d09ac46840b2c7ef4f 100644 (file)
@@ -83,8 +83,8 @@ jobs:
         run: |
           docker run --detach ${{ matrix.container_test_command }} --name test-${{ matrix.container_flavor }} local/${{ matrix.container_flavor }}
           sleep 5
-          docker logs test-${{ matrix.container_flavor }} | tee ${{ matrix.container_flavor }}.log
-          grep "${{ matrix.container_verify_string }}" ${{ matrix.container_flavor }}.log
+          pip install cram
+          cram --verbose "tests/cram/${{ matrix.container_flavor }}"
 
   deploy:
     name: Push Container