Skip to content

Commit

Permalink
test-5
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Dec 23, 2024
1 parent f05f9b5 commit 7893fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ jobs:
run: |
docker run -d --name my-container my-app
- name: Install dependencies inside Docker container
run: |
docker exec my-container poetry install --no-dev --no-interaction
- name: Run tests inside Docker container
run: |
docker exec my-container poetry run python manage.py test -v 3 --failfast
Expand Down

0 comments on commit 7893fcd

Please sign in to comment.