From f966e31096a49e86aafcff56b161a80bf4529247 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Mon, 28 Oct 2024 17:22:27 +0100 Subject: [PATCH] ci: add missing image to ci config --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2daa6c4..5ba1031 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: test: docker: - image: rishabhpoddar/supertokens_core_testing + - image: rishabhpoddar/oauth-server-cicd resource_class: large steps: - checkout