1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00

Update ci.yml

This commit is contained in:
Samuel Štancl 2020-04-22 23:34:54 +02:00 committed by GitHub
parent 5cc3578162
commit c8b2113eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
run: docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
- name: Run tests
run: ./fulltest
- name: Send code coverage to codecov