Skip to content

Commit

Permalink
forgot insert compose with flag -f and name -f compose-local.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov committed Jul 6, 2024
1 parent 063df2c commit db24c47
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 @@ -48,7 +48,7 @@ jobs:
# flush all data from cache
cd movie_service/
docker compose exec redis-local sh -c "redis-cli FLUSHALL"
docker compose -f compose-local.yaml exec redis-local sh -c "redis-cli FLUSHALL"
cd ../
# test coverage
Expand Down

0 comments on commit db24c47

Please sign in to comment.