Skip to content

Commit 71b49e1

Browse files
committed
fix ci
1 parent 0322017 commit 71b49e1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ workflows:
1818
filters:
1919
tags:
2020
only: /.*/
21-
- load-frontend:
22-
requires:
23-
- build-frontend
24-
filters:
25-
tags:
26-
only: /.*/
2721
- test:
2822
requires:
29-
- load-frontend
23+
- build-frontend
3024
filters:
3125
tags:
3226
only: /.*/

0 commit comments

Comments
 (0)