Skip to content

Commit a23abd0

Browse files
bump circleci config
1 parent 40cc21b commit a23abd0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.8.0
5-
codacy_plugins_test: codacy/plugins-test@1.1.1
4+
codacy: codacy/base@10.11.1
5+
codacy_plugins_test: codacy/plugins-test@2.0.6
66

77
workflows:
8-
version: 2
98
compile_test_deploy:
109
jobs:
1110
- codacy/checkout_and_version
@@ -34,8 +33,6 @@ workflows:
3433
- codacy_plugins_test/run:
3534
name: plugins_test
3635
run_metrics_tests: true
37-
run_json_tests: false
38-
run_pattern_tests: false
3936
requires:
4037
- publish_docker_local
4138
- codacy/publish_docker:

0 commit comments

Comments
 (0)