Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests : ajout de la CI Github Actions #661

Merged
merged 3 commits into from
Nov 27, 2022

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Nov 27, 2022

Inspiré de https://dev.to/romaixn/github-actions-for-symfony-5-phpunit-and-more-4e90

Modifications apportées par rapport au lieu au dessus :

  • Symfony 3.4
  • on: [push]
  • shivammathur/setup-php : ajout de tools: composer:2.2.17 sinon il y a cette erreur de renvoyée : Composer 2.3.0 break symfony 3.4 app  composer/composer#10671
  • php ./vendor/bin/phpunit au lieu de php bin/phpunit
  • composer install --no-suggest renvoyait un warning j'ai enlevé ce paramètre
  • enlevé les tests superflus
  • ne pas arrêter les tests si il y a une erreur (enlevé --stop-on-failure)

@raphodn raphodn linked an issue Nov 27, 2022 that may be closed by this pull request
@raphodn raphodn force-pushed the raphodn/test-ci-github-actions branch 6 times, most recently from 0f4ffc8 to ac439ee Compare November 27, 2022 11:33
@raphodn raphodn requested a review from petitalb November 27, 2022 11:33
@raphodn raphodn self-assigned this Nov 27, 2022
@raphodn raphodn force-pushed the raphodn/test-ci-github-actions branch from ac439ee to e487c1b Compare November 27, 2022 11:39
@raphodn raphodn mentioned this pull request Nov 27, 2022
@petitalb petitalb merged commit 3869fee into master Nov 27, 2022
@petitalb petitalb deleted the raphodn/test-ci-github-actions branch November 27, 2022 20:15
quot17 pushed a commit to quot17/gestion-compte that referenced this pull request Nov 29, 2022
* Tentative Github Action CI config

* Move CI config to correct location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests : remplacer Travis par Github Actions
2 participants