From c9465fa4324f95a11907fc78a94a506cc290d093 Mon Sep 17 00:00:00 2001 From: Maxence Leblanc <32215310+mlbnc@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:35:02 +0200 Subject: [PATCH] fix(config): missing dependencies --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1a45c6..9fde26c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: - attach_workspace: at: '.' - run: - name: Run local rules tests + name: Run local eslint rules tests command: npm run test tag_and_release: @@ -52,14 +52,12 @@ workflows: - install_dependencies: name: install_dependencies context: GLOBAL_ORG - filters: - branches: - only: - - master - test: name: test context: GLOBAL_ORG + requires: + - install_dependencies - tag_and_release: name: tag_and_release