We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaf048 commit 75431c3Copy full SHA for 75431c3
1 file changed
.circleci/config.yml
@@ -24,7 +24,7 @@ executors:
24
- image: circleci/python:3.6
25
26
jobs:
27
- unittest:
+ custom_unittest:
28
executor: py36
29
steps:
30
- run: sudo apt-get update
@@ -36,7 +36,7 @@ workflows:
36
tests:
37
38
- node/check_py3_compat_job
39
- - node/unittests_job
+ - custom_unittest
40
- node/validate_version_job
41
- node/validate_documentation_job
42
- wagonorb/wagon:
@@ -89,4 +89,4 @@ workflows:
89
90
91
92
0 commit comments