diff options
author | 2023-05-01 17:51:28 +0100 | |
---|---|---|
committer | 2023-05-06 13:20:47 +0100 | |
commit | be40b96bab9a33b4d4d85d2576576419f600cc52 (patch) | |
tree | 000bd3ac2719da8a6a1a16d8ed716c57647edbab | |
parent | move lovefest role under the Roles class (diff) |
update env variables in "Attempt bot setup" stage
-rw-r--r-- | .github/workflows/lint.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1a5e4bff..33ac7f4a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -42,8 +42,8 @@ jobs: - name: Attempt bot setup run: "python -m bot" env: - USE_FAKEREDIS: true - IN_CI: true + REDIS_USE_FAKEREDIS: true + CLIENT_IN_CI: true # We will not run `flake8` here, as we will use a separate flake8 # action. |