From 1dc9ed82920dabd61b95aa9d6e88545d4cf587d0 Mon Sep 17 00:00:00 2001 From: Taddes Date: Tue, 30 Jan 2024 10:37:26 -0500 Subject: [PATCH] annotation for lint command in ci --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94fb21bab..bab24e897 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: pip install --upgrade pip pip install poetry - run: - name: isort, black, flake8 and mypy + name: isort, black, flake8, pydocstyle and mypy command: make lint test: @@ -84,7 +84,7 @@ jobs: username: $DOCKER_USER password: $DOCKER_PASS environment: - RUST_BACKTRACE: 1 + RUST_BACKTRACE: 1 - image: amazon/dynamodb-local:latest auth: username: $DOCKER_USER @@ -165,12 +165,12 @@ jobs: command: make integration-test environment: TEST_RESULTS_DIR: workspace/test-results -# - run: -# name: Integration tests (Dual Bigtable/DynamoDB) -# command: make integration-test -# environment: -# DB_DSN: dual -# TEST_RESULTS_DIR: workspace/test-results + # - run: + # name: Integration tests (Dual Bigtable/DynamoDB) + # command: make integration-test + # environment: + # DB_DSN: dual + # TEST_RESULTS_DIR: workspace/test-results - store_test_results: path: workspace/test-results - save_cache: