Skip to content

Commit

Permalink
hopefully add testing to docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 16, 2024
1 parent 33174d1 commit 1cfbeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-builds.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker images build
name: Docker images build and test
on:
push:
pull_request:
Expand All @@ -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

0 comments on commit 1cfbeba

Please sign in to comment.