Commit 88768410 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Including tests in the device component.

parent 1a2f9362
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ build device:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  script:
    - docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/Dockerfile .
    - docker exec -i $IMAGE_NAME:$IMAGE_TAG bash -c "ruff check ./${IMAGE_NAME}"
    - docker tag "$IMAGE_NAME:$IMAGE_TAG" "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG"
    - docker push "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG"
  after_script:
+1 −0
Original line number Diff line number Diff line
@@ -47,3 +47,4 @@ werkzeug==2.3.7
# adding here again grpcio==1.47.* and protobuf==3.20.* with explicit versions to prevent collisions
grpcio==1.47.*
protobuf==3.20.*
ruff