Skip to content

Commit 3ebfa04

Browse files
committed
fix to make sure publish is last step
1 parent bb9886e commit 3ebfa04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,8 @@ workflows:
160160
- build
161161
- publish:
162162
requires:
163-
- build
163+
- test-jasmine
164+
- test-jasmine2
165+
- test-image
166+
- test-image2
167+
- test-syntax

0 commit comments

Comments
 (0)