Skip to content

Commit b253aff

Browse files
authored
chore: remove compat for nw (#1986)
1 parent a9dace1 commit b253aff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.circleci/config.yml

-12
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
- run:
6161
name: yarn test
6262
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
7063
workflows:
7164
version: 2
7265
install-tests:
@@ -81,8 +74,3 @@ workflows:
8174
- test:
8275
requires:
8376
- install
84-
- test_compat:
85-
requires:
86-
- install
87-
- build_test
88-
- test

0 commit comments

Comments
 (0)