Skip to content

Commit 401f341

Browse files
committed
remove unused symfony components + try to fix the CI
1 parent 3ca1253 commit 401f341

File tree

16 files changed

+1328
-2547
lines changed

16 files changed

+1328
-2547
lines changed

.github/workflows/github-actions.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
tests:
5959
env:
60-
HOST_API: api.openchurch.local/api
60+
HOST_API: api.openchurch.local/api
6161
runs-on: ubuntu-latest
6262
# Docs: https://docs.github.com/en/actions/using-containerized-services
6363
services:
@@ -107,11 +107,9 @@ jobs:
107107
run: |
108108
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
109109
env:
110-
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony
110+
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
111111
- name: Execute tests (Unit and Feature tests) via PHPUnit
112112
run: vendor/bin/phpunit
113-
env:
114-
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony
115113
- name: phpstan
116114
if: always()
117115
run: composer phpstan

assets/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import './bootstrap.js';
21
/*
32
* Welcome to your app's main JavaScript file!
43
*

assets/bootstrap.js

-5
This file was deleted.

assets/controllers.json

-15
This file was deleted.

assets/controllers/hello_controller.js

-16
This file was deleted.

0 commit comments

Comments
 (0)