Skip to content

Commit ec3a44b

Browse files
committed
🔧 config: fix circle ci config
1 parent 3715b70 commit ec3a44b

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
@@ -17,8 +17,8 @@ executors:
1717
orbs:
1818
codecov: codecov/[email protected]
1919
jobs:
20-
setup:
21-
executors: default
20+
build:
21+
executor: default
2222
steps:
2323
- checkout
2424

0 commit comments

Comments
 (0)