Skip to content

Commit 75431c3

Browse files
author
EarthmanT
committed
try this way
1 parent 7eaf048 commit 75431c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ executors:
2424
- image: circleci/python:3.6
2525

2626
jobs:
27-
unittest:
27+
custom_unittest:
2828
executor: py36
2929
steps:
3030
- run: sudo apt-get update
@@ -36,7 +36,7 @@ workflows:
3636
tests:
3737
jobs:
3838
- node/check_py3_compat_job
39-
- node/unittests_job
39+
- custom_unittest
4040
- node/validate_version_job
4141
- node/validate_documentation_job
4242
- wagonorb/wagon:
@@ -89,4 +89,4 @@ workflows:
8989
jobs:
9090
- node/check_py3_compat_job
9191
- node/validate_version_job
92-
- node/unittests_job
92+
- custom_unittest

0 commit comments

Comments
 (0)