PC-30384-Ajouts de OFFER_ADDRESS dans certains mails #4705
dev_on_pull_request_workflow.yml
on: pull_request
Init job
47s
Tests pro
/
...
/
Style quality check
Tests pro
/
Unit tests
[pcapi-tests] build docker image.
/
Build pcapi-tests:5fc897b2d71e3a14befad16693815e47b567e3ee
3m 45s
[pcapi] build docker image.
/
Build pcapi:5fc897b2d71e3a14befad16693815e47b567e3ee
2m 17s
[pcapi-console] build docker image.
/
Build pcapi-console:5fc897b2d71e3a14befad16693815e47b567e3ee
3m 19s
MyPy cop
/
MyPy cop test
37s
Tests API documentation
/
Check API documentation can be built
[PRO] Deploy PR version for validation
/
deploy_on_firebase
Dependabot
/
dependabot
Matrix: Tests api / Pytest
Tests api
/
Quality checks
2m 17s
Tests api
/
Pylint
5m 14s
Tests api
/
Test database schema
3m 20s
Update api client template
/
Update API Client template
1m 58s
Push pcapi docker image to registry
/
push-docker-image
Push pcapi-console docker image to registry
/
push-docker-image
Annotations
39 errors, 48 warnings, and 3 notices
tests/core/bookings/test_api.py.test_cancel_booking:
tests/core/bookings/test_api.py#L1144
AssertionError: assert 1 == 2
+ where 1 = len([{'To': '[email protected]', 'params': {'CAN_BOOK_AGAIN': True, 'EVENT_DATE': None, 'EVENT_HOUR': None, 'IS_EVENT': False, ...}, 'reply_to': {'email': '[email protected]', 'name': 'pass Culture'}, 'template': {'id_not_prod': 33, 'id_prod': 223, 'send_to_ehp': True, 'sender': <TransactionalSender.SUPPORT: EmailInfo(email='[email protected]', name='pass Culture')>, ...}}])
+ where [{'To': '[email protected]', 'params': {'CAN_BOOK_AGAIN': True, 'EVENT_DATE': None, 'EVENT_HOUR': None, 'IS_EVENT': False, ...}, 'reply_to': {'email': '[email protected]', 'name': 'pass Culture'}, 'template': {'id_not_prod': 33, 'id_prod': 223, 'send_to_ehp': True, 'sender': <TransactionalSender.SUPPORT: EmailInfo(email='[email protected]', name='pass Culture')>, ...}}] = mails_testing.outbox
|
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py.test_should_send_booking_cancellation_email_to_offerer:
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py#L22
AttributeError: 'OffererAddress' object has no attribute 'fullAddress'
|
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py.test_should_send_one_side_booking_cancellation_email:
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py#L43
AttributeError: 'OffererAddress' object has no attribute 'fullAddress'
|
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py.test_should_return_sendinblue_data_with_no_ongoing_booking:
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py#L97
AttributeError: 'OffererAddress' object has no attribute 'fullAddress'
|
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py.test_should_return_sendinblue_data_with_ongoing_bookings:
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py#L126
AttributeError: 'OffererAddress' object has no attribute 'fullAddress'
|
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py.test_should_return_numerique_when_venue_is_virtual:
tests/core/mails/transactional/bookings/booking_cancellation_by_beneficiary_to_pro_test.py#L155
AttributeError: 'NoneType' object has no attribute 'fullAddress'
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
❌ Tests reported 1 failures
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
❌ Tests reported 5 failures
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_token:
tests/routes/backoffice/individual_bookings_test.py#L131
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x7fc67ba22970>('14/09/2024')
+ where <built-in method startswith of str object at 0x7fc67ba22970> = '15/09/2024 à 00h00'.startswith
+ and '14/09/2024' = <built-in method strftime of datetime.date object at 0x7fc67bbdb950>('%d/%m/%Y')
+ where <built-in method strftime of datetime.date object at 0x7fc67bbdb950> = (datetime.date(2024, 9, 18) - datetime.timedelta(days=4)).strftime
+ where datetime.date(2024, 9, 18) = <built-in method today of type object at 0x7fc6a63e4ba0>()
+ where <built-in method today of type object at 0x7fc6a63e4ba0> = <class 'datetime.date'>.today
+ where <class 'datetime.date'> = datetime.date
+ and datetime.timedelta(days=4) = <class 'datetime.timedelta'>(days=4)
+ where <class 'datetime.timedelta'> = datetime.timedelta
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_offer_id:
tests/routes/backoffice/individual_bookings_test.py#L263
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x7fc67ba20210>('16/09/2024 à')
+ where <built-in method startswith of str object at 0x7fc67ba20210> = '17/09/2024 à 00h00'.startswith
+ and '16/09/2024 à' = <built-in method strftime of datetime.date object at 0x7fc67b43bd30>('%d/%m/%Y à')
+ where <built-in method strftime of datetime.date object at 0x7fc67b43bd30> = (datetime.date(2024, 9, 18) - datetime.timedelta(days=2)).strftime
+ where datetime.date(2024, 9, 18) = <built-in method today of type object at 0x7fc6a63e4ba0>()
+ where <built-in method today of type object at 0x7fc6a63e4ba0> = <class 'datetime.date'>.today
+ where <class 'datetime.date'> = datetime.date
+ and datetime.timedelta(days=2) = <class 'datetime.timedelta'>(days=2)
+ where <class 'datetime.timedelta'> = datetime.timedelta
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_date:
tests/routes/backoffice/individual_bookings_test.py#L400
AssertionError: assert {'CNCL02', 'WTRL00'} == {'CNCL02', 'ELBEIT'}
Extra items in the left set:
'WTRL00'
Extra items in the right set:
'ELBEIT'
Full diff:
{
'CNCL02',
- 'ELBEIT',
+ 'WTRL00',
}
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_event_date[2024-09-30-None-expected_tokens0]:
tests/routes/backoffice/individual_bookings_test.py#L416
AssertionError: assert {'CNCL02', 'REIMB3'} == {'REIMB3'}
Extra items in the left set:
'CNCL02'
Full diff:
{
+ 'CNCL02',
'REIMB3',
}
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_event_date[None-2024-09-30-expected_tokens1]:
tests/routes/backoffice/individual_bookings_test.py#L416
AssertionError: assert {'CNCL02'} == {'CNCL02', 'REIMB3'}
Extra items in the right set:
'REIMB3'
Full diff:
{
'CNCL02',
- 'REIMB3',
}
|
tests/routes/backoffice/individual_bookings_test.py.test_list_bookings_by_event_date[2024-09-30-2024-09-30-expected_tokens2]:
tests/routes/backoffice/individual_bookings_test.py#L416
AssertionError: assert {'CNCL02'} == {'REIMB3'}
Extra items in the left set:
'CNCL02'
Extra items in the right set:
'REIMB3'
Full diff:
{
- 'REIMB3',
+ 'CNCL02',
}
|
tests/routes/backoffice/individual_bookings_test.py.test_additional_data_when_reimbursed:
tests/routes/backoffice/individual_bookings_test.py#L531
assert 'Date de remboursement : 18/09/2024 à ' in "Catégorie : Spectacle vivant Sous-catégorie : Spectacle, représentation Date de validation : 19/09/2024 à 00h00 Date limite de réservation : 28/09/2024 à 01h59 Total payé par l'utilisateur : 10,10 € Date de remboursement : 19/09/2024 à 00h00 Montant remboursé : 10,10 € N° de virement : VIR23 Taux de remboursement : 100,0 %"
|
tests/routes/backoffice/offer_validation_rules_test.py.test_list_rules_history:
tests/routes/backoffice/offer_validation_rules_test.py#L1042
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x7fc6780184b0>('Le 18/09/2024 à')
+ where <built-in method startswith of str object at 0x7fc6780184b0> = 'Le 19/09/2024 à 00h01'.startswith
+ and 'Le 18/09/2024 à' = <built-in method strftime of datetime.datetime object at 0x7fc67a428690>('Le %d/%m/%Y à')
+ where <built-in method strftime of datetime.datetime object at 0x7fc67a428690> = datetime.datetime(2024, 9, 18, 22, 1, 15, 118147).strftime
+ where datetime.datetime(2024, 9, 18, 22, 1, 15, 118147) = <ActionHistory #96>.actionDate
|
tests/routes/backoffice/offerers_test.py.test_get_history:
tests/routes/backoffice/offerers_test.py#L911
AssertionError: assert False
+ where False = <built-in method startswith of str object at 0x7fc69e433ed0>('Le 18/09/2024 à ')
+ where <built-in method startswith of str object at 0x7fc69e433ed0> = 'Le 19/09/2024 à 00h01'.startswith
+ and 'Le 18/09/2024 à ' = <built-in method strftime of datetime.datetime object at 0x7fc6786c0420>('Le %d/%m/%Y à ')
+ where <built-in method strftime of datetime.datetime object at 0x7fc6786c0420> = datetime.datetime(2024, 9, 18, 22, 1, 28, 647654).strftime
+ where datetime.datetime(2024, 9, 18, 22, 1, 28, 647654) = <ActionHistory #106>.actionDate
|
tests/routes/backoffice/offerers_test.py.test_get_collective_dms_applications:
tests/routes/backoffice/offerers_test.py#L1559
AssertionError: assert '18/09/2024' == '17/09/2024'
- 17/09/2024
? ^
+ 18/09/2024
? ^
|
tests/routes/backoffice/offerers_test.py.test_list_offerers_to_be_validated[Date de la demande-None-None]:
tests/routes/backoffice/offerers_test.py#L1740
AssertionError: assert ['19/09/2024', '19/09/2024', '19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024', '18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offerers_test.py.test_list_offerers_to_be_validated[Date de la demande--]:
tests/routes/backoffice/offerers_test.py#L1740
AssertionError: assert ['19/09/2024', '19/09/2024', '19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024', '18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offerers_test.py.test_list_offerers_to_be_validated[Date de la demande-dateCreated-asc]:
tests/routes/backoffice/offerers_test.py#L1740
AssertionError: assert ['19/09/2024', '19/09/2024', '19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024', '18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offerers_test.py.test_list_offerers_to_be_validated[Date de la demande-dateCreated-desc]:
tests/routes/backoffice/offerers_test.py#L1740
AssertionError: assert ['19/09/2024', '19/09/2024', '19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024', '18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offerers_test.py.test_list_only_user_offerer_to_be_validated[Date de la demande-dateCreated-asc]:
tests/routes/backoffice/offerers_test.py#L2735
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offerers_test.py.test_list_only_user_offerer_to_be_validated[Date de la demande-dateCreated-desc]:
tests/routes/backoffice/offerers_test.py#L2735
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/offers_test.py.test_list_offers_by_id[read_only_bo_user-True-False-False]:
tests/routes/backoffice/offers_test.py#L136
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/offers_test.py.test_list_offers_by_id[pro_fraud_admin-False-False-True]:
tests/routes/backoffice/offers_test.py#L136
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/offers_test.py.test_list_offers_by_id[support_pro_n2_admin-True-True-False]:
tests/routes/backoffice/offers_test.py#L136
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/offers_test.py.test_list_offers_by_name:
tests/routes/backoffice/offers_test.py#L211
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/pro_test.py.test_search_suspended_public_account_data:
tests/routes/backoffice/pro_test.py#L268
AssertionError: assert 'Raison de suspension : Fraude PRO usurpation le 16/09/2024' in 'SuspenduPro Pro Coty User ID : 4011 Email : [email protected] Raison de suspension : Fraude PRO usurpation le 17/09/2024 CONSULTER CE PROFIL'
|
tests/routes/backoffice/tags_test.py.test_list_tags:
tests/routes/backoffice/tags_test.py#L128
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/titelive_test.py.test_search_ean_whitelisted:
tests/routes/backoffice/titelive_test.py#L87
assert "Date d'ajout : 18/09/2024" in 'Immortelle randonnée ; Compostelle malgré moi Un mois sur le Camino del Norte, de Bayonne à Santiago, 40 kilomètres de marche par jour : étape après étape, Jean-Christophe Rufin se transforme en clochard céleste, en routard de Compostelle. Pourquoi prendre le Chemin, quand on a déjà éprouvé toutes les marches, toutes les aventures physiques ? " Je n\'avais en réalité pas eu le choix. Le virus de Saint-Jacques m\'avait profondément infecté. J\'ignore par qui et par quoi s\'est opérée la contagion. Mais, après une phase d\'incubation silencieuse, la maladie avait éclaté, et j\'en avais tous les symptômes. " 876 kilomètres plus loin, un mois plus tard, après l\'arrivée à Santiago, le constat est là. Comme tous les grands pèlerinages, le Chemin est une expérience de désincarnation, il libère du " tropplein ", mais il est aussi un itinéraire spirituel, entre cathédrales et ermitages, et humain, car chaque rencontre y prend une résonance particulière. Auteur : Jean-Christophe Rufin EAN-13 : 9782070455379 Lectorat : Non précisé Prix HT : 8.3 € Taux TVA : 5.50 % Code CLIL : 3665 Code support : Poche (P) Code GTL : Littérature (01000000) Rayon (CSR): Littérature française (0100) Récit (01050000) Rayon (CSR): Littérature française Récits, Aventures, Voyages (0105) EAN white listé : Oui Date d\'ajout : 19/09/2024 Auteur : Frank Columbo Commentaire : Superbe livre ! Retirer le livre de la whitelist'
|
tests/routes/backoffice/venues_test.py.test_list_venues_by_type:
tests/routes/backoffice/venues_test.py#L117
AssertionError: assert '19/09/2024' == '18/09/2024'
- 18/09/2024
? ^
+ 19/09/2024
? ^
|
tests/routes/backoffice/venues_test.py.test_list_venues_by_order[Date de cr\xe9ation-None]:
tests/routes/backoffice/venues_test.py#L232
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/venues_test.py.test_list_venues_by_order[Date de cr\xe9ation-]:
tests/routes/backoffice/venues_test.py#L232
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/venues_test.py.test_list_venues_by_order[Date de cr\xe9ation-asc]:
tests/routes/backoffice/venues_test.py#L232
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/venues_test.py.test_list_venues_by_order[Date de cr\xe9ation-desc]:
tests/routes/backoffice/venues_test.py#L232
AssertionError: assert ['19/09/2024', '19/09/2024'] == ['18/09/2024', '18/09/2024']
At index 0 diff: '19/09/2024' != '18/09/2024'
Full diff:
[
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
- '18/09/2024',
? ^
+ '19/09/2024',
? ^
]
|
tests/routes/backoffice/venues_test.py.test_get_venue_with_bank_account:
tests/routes/backoffice/venues_test.py#L604
AssertionError: assert 'Compte bancaire : Libellé des coordonnées bancaires n°69 (17/09/2024)' in 'Point de valorisation : Le Petit Rintintin 2458 Compte bancaire : Libellé des coordonnées bancaires n°69 (18/09/2024)'
|
tests/routes/backoffice/venues_test.py.test_venue_with_dms_adage_application:
tests/routes/backoffice/venues_test.py#L2160
AssertionError: assert '14/09/2024' == '13/09/2024'
- 13/09/2024
? ^
+ 14/09/2024
? ^
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
❌ Tests reported 30 failures
|
Update api client template / Update API Client template
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Update api client template / Update API Client template
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Quality checks
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Quality checks
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Quality checks
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Quality checks
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Quality checks
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests --ignore=tests/core --ignore=tests/routes)
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pytest (tests --ignore=tests/core --ignore=tests/routes)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pytest (tests --ignore=tests/core --ignore=tests/routes)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests --ignore=tests/core --ignore=tests/routes)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests --ignore=tests/core --ignore=tests/routes)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Test database schema
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Test database schema
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Test database schema
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Test database schema
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Test database schema
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core/bookings tests/core/offers tests/core/finance)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/core --ignore=tests/core/bookings --ignore=tests/core/offers --ignore=tests/core/fi...
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pylint
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pylint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pylint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pylint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes -m 'not backoffice')
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pytest (tests/routes -m 'not backoffice')
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pytest (tests/routes -m 'not backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes -m 'not backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes -m 'not backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests pro E2E / E2E tests and notifications
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests pro E2E / E2E tests and notifications
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/workflow-conclusion-action@v3, docker/login-action@v1, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests pro E2E / E2E tests and notifications
The "process_gcloudignore" option is true, but no .gcloudignore file was found. If you do not intend to process a gcloudignore file, set "process_gcloudignore" to false.
|
Tests pro E2E / E2E tests and notifications
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests pro E2E / E2E tests and notifications
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests pro E2E / E2E tests and notifications
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests api / Pytest (tests/routes/backoffice -m 'backoffice')
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Update api client template / Update API Client template
Running update api client template with europe-west1-docker.pkg.dev/passculture-infra-prod/pass-culture-artifact-registry/pcapi:5fc897b2d71e3a14befad16693815e47b567e3ee
|
Tests api / Quality checks
Running tests api with europe-west1-docker.pkg.dev/passculture-infra-prod/pass-culture-artifact-registry/pcapi-tests:5fc897b2d71e3a14befad16693815e47b567e3ee
|
Tests pro E2E / E2E tests and notifications
Running e2e-tests with europe-west1-docker.pkg.dev/passculture-infra-prod/pass-culture-artifact-registry/pcapi:5fc897b2d71e3a14befad16693815e47b567e3ee
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pass-culture~pass-culture-main~I4Y6A6.dockerbuild
|
156 KB |
|
pass-culture~pass-culture-main~KGPMWS.dockerbuild
|
92.9 KB |
|
pass-culture~pass-culture-main~WI9VCY.dockerbuild
|
79.6 KB |
|
pcapi-5fc897b2d71e3a14befad16693815e47b567e3ee.tar
Expired
|
295 MB |
|
pcapi-console-5fc897b2d71e3a14befad16693815e47b567e3ee.tar
Expired
|
469 MB |
|
pcapi-tests-5fc897b2d71e3a14befad16693815e47b567e3ee.tar
Expired
|
526 MB |
|