Skip to content

Commit df2e686

Browse files
committed
Remove unit tests section from workflows
1 parent 581bab9 commit df2e686

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
npm run build
3434
- name: Directory Permissions
3535
run: chmod 755 -R storage bootstrap/cache
36-
- name: Run Unit tests
37-
env:
38-
APP_ENV: testing
39-
DB_CONNECTION: mysql
40-
DB_USERNAME: laravel_test_user
41-
DB_PASSWORD: super_secret
42-
DB_DATABASE: laravel_test_db
43-
run: php artisan test
36+
# - name: Run Unit tests
37+
# env:
38+
# APP_ENV: testing
39+
# DB_CONNECTION: mysql
40+
# DB_USERNAME: laravel_test_user
41+
# DB_PASSWORD: super_secret
42+
# DB_DATABASE: laravel_test_db
43+
# run: php artisan test
4444
- name: Deploy to Server
4545
if: ${{ success() }}
4646
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)