From 5b47cbc7d690c889c29999e2002bb68187b465ef Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Thu, 30 Jul 2020 18:23:02 +0600 Subject: [PATCH] Test examples/redis_remember_bot in the CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151ca38c..c7b3cda1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,7 @@ jobs: dices_bot, shared_state_bot, simple_commands_bot, + redis_remember_bot, ] steps: - uses: actions/checkout@v2