فهرست منبع

Update CI config

Daniel Supernault 6 سال پیش
والد
کامیت
6bcbd061f0
1فایلهای تغییر یافته به همراه0 افزوده شده و 17 حذف شده
  1. 0 17
      .circleci/config.yml

+ 0 - 17
.circleci/config.yml

@@ -41,23 +41,6 @@ jobs:
           paths:
             - vendor
 
-      # node cache
-
-      - restore_cache:
-          keys:
-            - node-v3-{{ checksum "package.json" }}
-            - node-v3-
-      - run: yarn install
-      - save_cache:
-          key: node-v3-{{ checksum "package.json" }}
-          paths:
-            - node_modules
-            - ~/.yarn
-
-      # prepare the database
-      - run: touch storage/testing.sqlite
-      - run: php artisan migrate --env=testing --database=sqlite_testing --force
-
       # run tests with phpunit or codecept
       - run: ./vendor/bin/phpunit
       - store_test_results: