From 3eab5de7a36370cad915ee3664dbfd4180e16674 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 15 Nov 2022 19:50:15 -0600 Subject: [PATCH] Add context to last job --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 826c3aa..4020dab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,7 @@ workflows: - setup-job build: 'npm run build' # run a custom app build step - cypress/run: + context: [ qqq-maven-registry-credentials ] requires: - cypress/install record: true # record results on Cypress Dashboard