From ebb9dc1b3eec119a38c6b951256e53c83011b047 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 15 Nov 2022 19:28:56 -0600 Subject: [PATCH] make jobs serial --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0132be4..a4b56e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,8 @@ workflows: - setup-job: context: [ qqq-maven-registry-credentials ] - cypress/install: + requires: + - setup-job build: 'npm run build' # run a custom app build step - cypress/run: requires: