From df2e68660b19265ea4bfafa4f288b029e6c72535 Mon Sep 17 00:00:00 2001 From: Zura Sekhniashvili Date: Sun, 17 Dec 2023 19:55:37 +0400 Subject: [PATCH] Remove unit tests section from workflows --- .github/workflows/deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d8001e..985656c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,14 +33,14 @@ jobs: npm run build - name: Directory Permissions run: chmod 755 -R storage bootstrap/cache - - name: Run Unit tests - env: - APP_ENV: testing - DB_CONNECTION: mysql - DB_USERNAME: laravel_test_user - DB_PASSWORD: super_secret - DB_DATABASE: laravel_test_db - run: php artisan test +# - name: Run Unit tests +# env: +# APP_ENV: testing +# DB_CONNECTION: mysql +# DB_USERNAME: laravel_test_user +# DB_PASSWORD: super_secret +# DB_DATABASE: laravel_test_db +# run: php artisan test - name: Deploy to Server if: ${{ success() }} uses: appleboy/ssh-action@master