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 a9dace1 commit b253affCopy full SHA for b253aff
.circleci/config.yml
@@ -60,13 +60,6 @@ jobs:
60
- run:
61
name: yarn test
62
command: yarn test
63
- test_compat:
64
- <<: *defaults
65
- steps:
66
- - attach_workspace:
67
- at: ~/repo
68
- - *restore_node_modules
69
- - run: yarn test:compat
70
workflows:
71
version: 2
72
install-tests:
@@ -81,8 +74,3 @@ workflows:
81
74
- test:
82
75
requires:
83
76
- install
84
- - test_compat:
85
- requires:
86
- - install
87
- - build_test
88
- - test
0 commit comments