From 02f9a53f8d84e2acd737fb6518b457e5e051c7aa Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Wed, 20 Sep 2023 14:14:04 +0200 Subject: [PATCH] last try before revert --- .github/workflows/healthchecks_redis_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/healthchecks_redis_ci.yml b/.github/workflows/healthchecks_redis_ci.yml index 2547df5000..95ff130c3d 100644 --- a/.github/workflows/healthchecks_redis_ci.yml +++ b/.github/workflows/healthchecks_redis_ci.yml @@ -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 \ No newline at end of file