make jobs serial

This commit is contained in:
2022-11-15 19:28:56 -06:00
parent 97a8205b6d
commit ebb9dc1b3e

View File

@ -27,6 +27,8 @@ workflows:
- setup-job: - setup-job:
context: [ qqq-maven-registry-credentials ] context: [ qqq-maven-registry-credentials ]
- cypress/install: - cypress/install:
requires:
- setup-job
build: 'npm run build' # run a custom app build step build: 'npm run build' # run a custom app build step
- cypress/run: - cypress/run:
requires: requires: