From c8b2113eb4617203c7f31d4e900e274a9380c3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 22 Apr 2020 23:34:54 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8461601..0e27fb6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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