Skip to content

Commit

Permalink
- flush all cache from redis
Browse files Browse the repository at this point in the history
- include tests with put data in cache
  • Loading branch information
ArtemIsmagilov committed Jul 6, 2024
1 parent 4778823 commit 5c6e4de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
# testing
pytest -sv
cd movie_service
# flush all data from cache
docker compose down redis
docker compose up redis
cd ../
# test coverage
coverage run -m pytest
coverage report -m
Expand Down

0 comments on commit 5c6e4de

Please sign in to comment.