-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug pipeline ci typo territory #2486
- Loading branch information
Showing
5 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,20 +134,20 @@ jobs: | |
MAILER_DSN: ${{ secrets.MAILER_DSN_CI }} | ||
MAIL_ENABLE: 1 | ||
|
||
# - name: Run tests | ||
# run: | | ||
# composer require --dev dama/doctrine-test-bundle:7.3 | ||
# ./vendor/bin/phpunit --stop-on-failure --testdox -d memory_limit=-1 | ||
# env: | ||
# APP_SECRET: ${{ secrets.APP_SECRET }} | ||
# DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/histologe_db | ||
# ADMIN_EMAIL: [email protected] | ||
# NOTIFICATIONS_EMAIL: [email protected] | ||
# CONTACT_EMAIL: [email protected] | ||
# HISTOLOGE_URL: http://localhost:8080 | ||
# SERVER_NAME: localhost:8080 | ||
# MAILER_DSN: ${{ secrets.MAILER_DSN_CI }} | ||
# CRON_ENABLE: 1 | ||
# MAIL_ENABLE: 1 | ||
# FEATURE_ASK_VISITE_ENABLE: 1 | ||
# MAINTENANCE_ENABLE: 0 | ||
- name: Run tests | ||
run: | | ||
composer require --dev dama/doctrine-test-bundle:7.3 | ||
./vendor/bin/phpunit --stop-on-failure --testdox -d memory_limit=-1 | ||
env: | ||
APP_SECRET: ${{ secrets.APP_SECRET }} | ||
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/histologe_db | ||
ADMIN_EMAIL: [email protected] | ||
NOTIFICATIONS_EMAIL: [email protected] | ||
CONTACT_EMAIL: [email protected] | ||
HISTOLOGE_URL: http://localhost:8080 | ||
SERVER_NAME: localhost:8080 | ||
MAILER_DSN: ${{ secrets.MAILER_DSN_CI }} | ||
CRON_ENABLE: 1 | ||
MAIL_ENABLE: 1 | ||
FEATURE_ASK_VISITE_ENABLE: 1 | ||
MAINTENANCE_ENABLE: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ partners: | |
- | ||
nom: "Partenaire 974-01" | ||
email: "[email protected]" | ||
is_archive: 0 | ||
is_archive: 1 | ||
insee: "[\"\"]" | ||
territory: "La Réunion" | ||
type: "AUTRE" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ users: | |
is_mailing_active: 1 | ||
territory: "Bouches-du-Rhône" | ||
last_login_at: '-1 year' | ||
- | ||
- | ||
email: [email protected] | ||
roles: "[\"ROLE_USER_PARTNER\"]" | ||
partner: "Partenaire 13-03" | ||
|
@@ -213,10 +213,10 @@ users: | |
email: [email protected] | ||
roles: "[\"ROLE_USER_PARTNER\"]" | ||
partner: "Partenaire 974-01" | ||
statut: 1 | ||
statut: 2 | ||
is_generique: 0 | ||
is_mailing_active: 1 | ||
territory: "Partner La réunion" | ||
territory: "La Réunion" | ||
- | ||
email: [email protected] | ||
roles: "[\"ROLE_USER_PARTNER\"]" | ||
|
@@ -406,7 +406,7 @@ users: | |
is_generique: 0 | ||
is_mailing_active: 1 | ||
territory: "Seine-Saint-Denis" | ||
- | ||
- | ||
email: [email protected] | ||
roles: "[\"ROLE_USAGER\"]" | ||
statut: 0 | ||
|