From bae861e45a32197394462e22e106de56c7a0def3 Mon Sep 17 00:00:00 2001 From: PeshiTotango Date: Sun, 19 Feb 2023 15:13:24 +0200 Subject: [PATCH] Fix: set GLOABL_REDIS_URL as well as REDIS_URL --- .github/actions/testing/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/testing/action.yml b/.github/actions/testing/action.yml index 96d0c2b..943908a 100644 --- a/.github/actions/testing/action.yml +++ b/.github/actions/testing/action.yml @@ -37,6 +37,7 @@ runs: shell: bash env: REDIS_URL: ${{ inputs.redis_url }} + GLOBAL_REDIS_URL: ${{ inputs.redis_url }} DB_URL: ${{ inputs.db_url }} run: | env IS_LOCAL_LOG=true npm run test \ No newline at end of file