Skip to content

Commit

Permalink
remove unused symfony components + try to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bailletced committed Dec 16, 2024
1 parent 3ca1253 commit 401f341
Show file tree
Hide file tree
Showing 16 changed files with 1,328 additions and 2,547 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tests:
env:
HOST_API: api.openchurch.local/api
HOST_API: api.openchurch.local/api
runs-on: ubuntu-latest
# Docs: https://docs.github.com/en/actions/using-containerized-services
services:
Expand Down Expand Up @@ -107,11 +107,9 @@ jobs:
run: |
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
env:
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit
env:
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony
- name: phpstan
if: always()
run: composer phpstan
Expand Down
1 change: 0 additions & 1 deletion assets/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!
*
Expand Down
5 changes: 0 additions & 5 deletions assets/bootstrap.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/controllers.json

This file was deleted.

16 changes: 0 additions & 16 deletions assets/controllers/hello_controller.js

This file was deleted.

Loading

0 comments on commit 401f341

Please sign in to comment.