Skip to content

Commit

Permalink
change ci check env for redis host to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
senconscious committed Dec 26, 2023
1 parent 389ac2b commit 7adc942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
run: mix check
env:
# The hostname used to communicate with the Redis service container
REDIS_HOST: redis
REDIS_HOST: localhost
# The default Redis port
REDIS_PORT: 6379

0 comments on commit 7adc942

Please sign in to comment.