diff --git a/.github/workflows/image-builds.yml b/.github/workflows/image-builds.yml index 9bf35a0..c64f68f 100644 --- a/.github/workflows/image-builds.yml +++ b/.github/workflows/image-builds.yml @@ -1,4 +1,4 @@ -name: Docker images build +name: Docker images build and test on: push: pull_request: @@ -12,3 +12,4 @@ jobs: - uses: actions/checkout@v4 - run: ./.github/scripts/prepare-ci.sh - run: docker compose build + - run: docker exec -it django python3 manage.py test