From da71b4b37f1ac33566acfd9f198454d9eb3c400f Mon Sep 17 00:00:00 2001 From: phntxx Date: Mon, 14 Jun 2021 11:30:46 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48ea7c7..feb3b92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: command: | yarn lint - frontend: + dashboard: docker: - image: node:latest steps: @@ -52,6 +52,7 @@ jobs: workflows: version: 2 - tilt: + dashboard: jobs: - style + - dashboard