We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1076f3f commit e3282bdCopy full SHA for e3282bd
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
name: Build
43
command: yarn build
44
45
- test-latest:
+ test:
46
<<: *defaults
47
steps:
48
- attach_workspace:
@@ -51,7 +51,6 @@ jobs:
51
name: Test
52
command: yarn test --maxWorkers=2 --coverage && yarn codecov
53
environment:
54
- - VUE_VERSION: "latest"
55
- NODE_ENV: "test"
56
57
docs:
@@ -77,7 +76,7 @@ workflows:
77
76
requires:
78
- setup
79
80
- - test-latest:
+ - test:
81
82
83
0 commit comments