Skip to content

Commit

Permalink
Specify redis host in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 2, 2022
1 parent 430eaa3 commit 35c3ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
env:
REDIS_HOST: redis
run: dotnet test --no-restore --verbosity normal

0 comments on commit 35c3ab9

Please sign in to comment.