diff --git a/.circleci/config.yml b/.circleci/config.yml index 12c63bf..067c612 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,13 @@ workflows: commit: jobs: - test + # We also run full-tests on each commit, but they're not configured as + # blocking checks. Thus, in the case that they complete before you want + # to merge your pull request, they provide information, and otherwise + # they don't get in your way. + - test_full + - test_full_10 + - docker/publish: deploy: false image: sourcecred/sourcecred @@ -106,20 +113,6 @@ workflows: docker tag sourcecred/sourcecred:latest sourcecred/sourcecred:${DOCKER_TAG} docker push sourcecred/sourcecred - - test_full: - filters: - branches: - only: - - master - - /ci-.*/ - - - test_full_10: - filters: - branches: - only: - - master - - /ci-.*/ - - docker/publish: image: sourcecred/sourcecred extra_build_args: --cache-from=node:12,sourcecred/sourcecred:dev