Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,29 +197,6 @@ jobs:
command: |
npm run lint:gql

test-app:
<<: *defaults
steps:
- checkout
- restore_cache:
name: Restoring Meteor cache
key: reaction-v2-meteor
- run:
name: Link Restored Meteor
command: sudo ln -s ~/.meteor/meteor /usr/local/bin/meteor
- restore_cache:
# Fall back to less specific caches
keys:
- reaction-v2-node-modules-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- reaction-v2-node-modules-{{ .Branch }}
- reaction-v2-node-modules-master
- run:
name: Load App Plugins
command: node --experimental-modules ./.reaction/scripts/build.mjs
- run:
name: Run Meteor Integration Tests
command: .circleci/tests.sh

test-unit:
<<: *defaults
steps:
Expand Down Expand Up @@ -298,9 +275,6 @@ workflows:
jobs:
- build
- dockerfile-lint
- test-app:
requires:
- build
- test-unit:
requires:
- build
Expand All @@ -322,7 +296,6 @@ workflows:
- deploy-docs:
requires:
- test-unit
- test-app
- docker-build
filters:
branches:
Expand Down
20 changes: 0 additions & 20 deletions .circleci/tests.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,4 @@ percolate:migrations
gadicc:blaze-react-component
orionsoft:graphql-compiler

# Testing packages
dburles:factory
meteortesting:mocha
practicalmeteor:chai
practicalmeteor:sinon
johanbrook:publication-collector

# Custom Packages
98 changes: 0 additions & 98 deletions imports/meteor-app-tests/absoluteUrl.app-test.js

This file was deleted.

120 changes: 0 additions & 120 deletions imports/meteor-app-tests/accounts-validation.app-test.js

This file was deleted.

Loading