Skip to content

Commit

Permalink
fixed role_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmaghzaoui committed Jan 5, 2025
1 parent 20a8b08 commit 56ff08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-react-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Laravel Tests
run: |
docker-compose exec backend php artisan tinker --execute "DB::table('roles')->insert(['role_id' => 1, 'role_type' => 'client']);"
docker-compose exec backend php artisan tinker --execute "DB::table('roles')->insert(['id' => 1, 'role_type' => 'client']);"
docker-compose exec backend cp /var/www/database/database.sqlite /var/www/database/database_test.sqlite
docker-compose exec backend php artisan test
Expand Down

0 comments on commit 56ff08e

Please sign in to comment.