Skip to content

Commit

Permalink
last try before revert
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Sep 20, 2023
1 parent 8613152 commit 02f9a53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/healthchecks_redis_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ on:

jobs:
build:
services:
redis:
image: redis:alpine
ports:
- 6379:6379
uses: ./.github/workflows/reusable_ci_workflow.yml
with:
PROJECT_PATH: ./src/HealthChecks.Redis/HealthChecks.Redis.csproj
TEST_PROJECT_PATH: ./test/HealthChecks.Redis.Tests/HealthChecks.Redis.Tests.csproj
CODECOV_FLAGS: Redis
services:
redis:
image: redis:alpine
ports:
- 6379:6379

0 comments on commit 02f9a53

Please sign in to comment.