Remove API tests in CI

This commit is contained in:
Pig Fang 2019-06-04 16:26:39 +08:00
parent f14faf16e3
commit abe9562fdb

View File

@ -75,24 +75,6 @@ jobs:
- run: touch storage/testing.sqlite
- run: ./vendor/bin/phpunit
api_test:
working_directory: ~/repo
docker:
- image: blessingskin/ci:rust
steps:
- attach_workspace:
at: ~/repo
- restore_cache:
keys:
- v1-dependencies-{{ checksum "Cargo.lock" }}
- v1-dependencies-
- run: ./scripts/api-test.sh
- save_cache:
paths:
- target
- /usr/local/cargo
key: v1-dependencies-{{ checksum "Cargo.lock" }}
workflows:
version: 2
install_and_test:
@ -108,6 +90,3 @@ workflows:
- php7.3:
requires:
- composer
- api_test:
requires:
- composer