Skip to content

Commit a00d9ba

Browse files
committed
Updated circle CI
1 parent f43810b commit a00d9ba

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ workflows:
127127
filters:
128128
branches:
129129
ignore: /^(dev|master)/
130-
- test:
131-
requires:
132-
- build
133-
filters:
134-
branches:
135-
ignore: /^(dev|master)/
130+
# - test:
131+
# requires:
132+
# - build
133+
# filters:
134+
# branches:
135+
# ignore: /^(dev|master)/
136136
release_next:
137137
jobs:
138138
- build:
@@ -145,12 +145,12 @@ workflows:
145145
filters:
146146
branches:
147147
only: dev
148-
- test:
149-
requires:
150-
- build_next
151-
filters:
152-
branches:
153-
only: dev
148+
# - test:
149+
# requires:
150+
# - build_next
151+
# filters:
152+
# branches:
153+
# only: dev
154154
- publish_next:
155155
requires:
156156
- test
@@ -165,17 +165,17 @@ workflows:
165165
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
166166
branches:
167167
ignore: /.*/
168-
- test:
169-
requires:
170-
- build
171-
filters:
172-
tags:
173-
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
174-
branches:
175-
ignore: /.*/
168+
# - test:
169+
# requires:
170+
# - build
171+
# filters:
172+
# tags:
173+
# only: /^v[0-9]+\.[0-9]+\.[0-9]+/
174+
# branches:
175+
# ignore: /.*/
176176
- publish:
177177
requires:
178-
- test
178+
- build
179179
filters:
180180
tags:
181181
only: /^v[0-9]+\.[0-9]+\.[0-9]+/

0 commit comments

Comments
 (0)