Skip to content

Commit

Permalink
Fix minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziodcaio committed Nov 16, 2022
1 parent 3ab046c commit 4c56ec6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,7 @@ jobs:
- attach_workspace:
at: .
- *restore_node_modules
- run:
name: Install Packages
command: yarn --immutable
- *yarn_install
- run:
environment:
RELEASE_CHANNEL: experimental
Expand All @@ -294,9 +292,7 @@ jobs:
- attach_workspace:
at: .
- *restore_node_modules
- run:
name: Install Packages
command: yarn --immutable
- *yarn_install
- run:
name: Playwright install deps
command: |
Expand Down Expand Up @@ -426,9 +422,7 @@ jobs:
- attach_workspace:
at: .
- *restore_node_modules
- run:
name: Install nested packages from Yarn cache
command: yarn --immutable
- *yarn_install
- run: yarn test --build <<parameters.args>> --ci

RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
Expand Down
3 changes: 1 addition & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"installCommand": "install-in-codesandbox-ci",
"buildCommand": "build-in-codesandbox-ci",
"buildCommand": "download-build-in-codesandbox-ci",
"node": "14",
"publishDirectory": {
"react": "build/oss-experimental/react",
Expand Down
41 changes: 0 additions & 41 deletions appveyor.yml

This file was deleted.

0 comments on commit 4c56ec6

Please sign in to comment.