Skip to content

Commit 1922685

Browse files
committed
BNCASB-2204: fix a change to trigger circleci build
1 parent 17ba8b3 commit 1922685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- add_ssh_keys
1414
- checkout
1515
- run:
16-
name: Run test
16+
name: Run tests
1717
command: python -m django test --settings=eb_sqs.test_settings
1818
test-python-2:
1919
docker:
@@ -22,5 +22,5 @@ jobs:
2222
- add_ssh_keys
2323
- checkout
2424
- run:
25-
name: Run test
25+
name: Run tests
2626
command: python -m django test --settings=eb_sqs.test_settings

0 commit comments

Comments
 (0)