Skip to content

Commit

Permalink
try resolver this issue actions/runner#241
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov committed Jul 6, 2024
1 parent 3315725 commit cd79890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pytest -sv
# flush all data from cache
docker exec -it redis sh -c "redis-cli FLUSHALL"
docker exec --rm -t -it redis sh -c "redis-cli FLUSHALL"
# test coverage
coverage run -m pytest
Expand Down

0 comments on commit cd79890

Please sign in to comment.