From 060bec26011efed6f00572baa15aff6efa4ef03b Mon Sep 17 00:00:00 2001 From: Alexander Tesfamichael Date: Tue, 26 Sep 2023 14:20:24 +0200 Subject: [PATCH] fix(check-lint-test): add protocol --- .github/workflows/check-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-lint-test.yaml b/.github/workflows/check-lint-test.yaml index 5460b74..6638289 100644 --- a/.github/workflows/check-lint-test.yaml +++ b/.github/workflows/check-lint-test.yaml @@ -55,7 +55,7 @@ jobs: with: command: test env: - REDIS_URI: localhost:6379 + REDIS_URI: redis://localhost:6379 NETWORK: goerli ENV: dev