Skip to content

Commit 0fec992

Browse files
committed
fix(ci): remove test-beta
1 parent 978e987 commit 0fec992

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ jobs:
5353
environment:
5454
- VUE_VERSION: "latest"
5555
- NODE_ENV: "test"
56-
57-
test-beta:
58-
<<: *defaults
59-
steps:
60-
- attach_workspace:
61-
at: ~/project
62-
- run:
63-
name: Test
64-
command: yarn test --maxWorkers=2 --coverage && yarn codecov
65-
environment:
66-
- VUE_VERSION: "beta"
67-
- NODE_ENV: "test"
68-
6956
docs:
7057
<<: *defaults
7158
steps:

0 commit comments

Comments
 (0)