diff --git a/.github/workflows/redis-service.yml b/.github/workflows/redis-service.yml index ae97c1d..8500f19 100644 --- a/.github/workflows/redis-service.yml +++ b/.github/workflows/redis-service.yml @@ -28,6 +28,7 @@ jobs: working-directory: ./redis - run: node client.js + working-directory: ./redis env: REDIS_HOST: redis REDIS_PORT: ${{ job.services.redis.ports[6379] }}