From 1cfbebaa3387be05c05db049792c21e4bb85c564 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 16 Sep 2024 23:40:33 +0000 Subject: [PATCH] hopefully add testing to docker env --- .github/workflows/image-builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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