diff --git a/.circleci/config.yml b/.circleci/config.yml index 48a0973..d1ad01e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: - run: name: Run linting command: echo "run linting" + - run: sleep 500 # Job that always runs build: @@ -89,12 +90,13 @@ workflows: # Alternative workflow that runs only on tags release: jobs: - - test: - filters: - tags: - only: /^v.*/ - branches: - ignore: /.*/ + - test: + name: test-1 + - test: + name: test-2 + - test + + - build: requires: - test