Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wartraxx51 committed Dec 20, 2024
1 parent b29e22c commit 0c32401
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,15 @@ jobs:
run: docker compose -p $INFRAHUB_BUILD_NAME down -v --remove-orphans --rmi local
- name: "Build container"
run: "poetry run inv dev.build"
- name: "Tag image for tests"
run: |
echo "Tagging image ${INFRAHUB_IMAGE_VER} as local"
docker images
- name: "Verify Docker setup"
run: |
docker images | grep infrahub
echo "INFRAHUB_IMAGE_VER=${INFRAHUB_IMAGE_VER}"
echo "INFRAHUB_IMAGE_NAME=${INFRAHUB_IMAGE_NAME}"
- name: "Run tests"
run: "poetry run pytest backend/tests/integration_docker/ -v --capture=no"
# ------------------------------------------ E2E version upgrade ------------------------------------------------
Expand Down

0 comments on commit 0c32401

Please sign in to comment.