Skip to content

Commit

Permalink
Remove unit tests section from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic committed Dec 17, 2023
1 parent 581bab9 commit df2e686
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2e686

Please sign in to comment.