We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581bab9 commit df2e686Copy full SHA for df2e686
.github/workflows/deploy.yml
@@ -33,14 +33,14 @@ jobs:
33
npm run build
34
- name: Directory Permissions
35
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
+# - 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
44
- name: Deploy to Server
45
if: ${{ success() }}
46
uses: appleboy/ssh-action@master
0 commit comments