Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezinc committed Nov 2, 2023
1 parent 40fc30d commit 88e1373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: shivammathur/setup-php@v2
with:
Expand All @@ -34,5 +34,7 @@ jobs:
run: php artisan key:generate
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Seed Database
run: php artisan db:seed
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: php artisan test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"App/Helpers/Functions.php"
"app/Helpers/Functions.php"
]
},
"autoload-dev": {
Expand Down

0 comments on commit 88e1373

Please sign in to comment.