mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
Update ci.yml
This commit is contained in:
parent
5cc3578162
commit
c8b2113eb4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- 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
|
- name: Run tests
|
||||||
run: ./fulltest
|
run: ./fulltest
|
||||||
- name: Send code coverage to codecov
|
- name: Send code coverage to codecov
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue