Skip to content

Commit

Permalink
chore: run windows tests all together (heroku#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Mar 29, 2022
1 parent a6cb145 commit 0bb3f4a
Showing 1 changed file with 1 addition and 79 deletions.
80 changes: 1 addition & 79 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,85 +106,7 @@ jobs:
key: node-modules-v1-win-{{ checksum "yarn.lock" }}
- run:
name: Test and Lint
command: yarn --cwd packages/addons-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/apps-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/apps test
- run:
name: Test and Lint
command: yarn --cwd packages/auth test
- run:
name: Test and Lint
command: yarn --cwd packages/autocomplete test
- run:
name: Test and Lint
command: yarn --cwd packages/buildpacks test
- run:
name: Test and Lint
command: yarn --cwd packages/certs-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/certs test
- run:
name: Test and Lint
command: yarn --cwd packages/ci-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/ci test
# - run:
# name: Test and Lint
# command: yarn --cwd packages/cli test
- run:
name: Test and Lint
command: yarn --cwd packages/config test
- run:
name: Test and Lint
command: yarn --cwd packages/container-registry-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/git test
- run:
name: Test and Lint
command: yarn --cwd packages/local test
- run:
name: Test and Lint
command: yarn --cwd packages/oauth-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/oauth test
- run:
name: Test and Lint
command: yarn --cwd packages/orgs-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/pg-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/pipelines test
- run:
name: Test and Lint
command: yarn --cwd packages/ps test
- run:
name: Test and Lint
command: yarn --cwd packages/redis-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/run-v5 test
- run:
name: Test and Lint
command: yarn --cwd packages/run test
- run:
name: Test and Lint
command: yarn --cwd packages/spaces test
- run:
name: Test and Lint
command: yarn --cwd packages/status test
- run:
name: Test and Lint
command: yarn --cwd packages/webhooks test
command: yarn test
node14-test: &test
<<: *defaults
docker:
Expand Down

0 comments on commit 0bb3f4a

Please sign in to comment.