Skip to content

Commit

Permalink
annotation for lint command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Jan 30, 2024
1 parent 72b094a commit 1dc9ed8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1dc9ed8

Please sign in to comment.