Skip to content

Commit 3546e7a

Browse files
committed
build_and_package
1 parent fc5d039 commit 3546e7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ jobs:
4545
destination: chip
4646
workflows:
4747
version: 2
48-
build_and_test:
48+
build_and_package:
4949
jobs:
5050
- build
5151
- test:
5252
requires:
5353
- build
54+
- package:
55+
requires:
56+
- test
5457
filters:
5558
branches:
5659
only: master

0 commit comments

Comments
 (0)