Skip to content

Commit e3282bd

Browse files
committed
fix(ci): test on current vue
1 parent 1076f3f commit e3282bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Build
4343
command: yarn build
4444

45-
test-latest:
45+
test:
4646
<<: *defaults
4747
steps:
4848
- attach_workspace:
@@ -51,7 +51,6 @@ jobs:
5151
name: Test
5252
command: yarn test --maxWorkers=2 --coverage && yarn codecov
5353
environment:
54-
- VUE_VERSION: "latest"
5554
- NODE_ENV: "test"
5655

5756
docs:
@@ -77,7 +76,7 @@ workflows:
7776
requires:
7877
- setup
7978

80-
- test-latest:
79+
- test:
8180
requires:
8281
- setup
8382

0 commit comments

Comments
 (0)