From a3dce5c4e3d79025af949e09dbac6d344a12d1cf Mon Sep 17 00:00:00 2001 From: Lucas Signorelli <47946746+Luquor@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:19:42 +0100 Subject: [PATCH] =?UTF-8?q?Impl=C3=A9mentation=20du=20stage=20test=20avec?= =?UTF-8?q?=20codeception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b71c9be..150197d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ build-job: # Le job se lance dans la phase de build unit-test-job: # Le job se lance dans la phase de test stage: test script: - - echo "Running unit tests" - \ No newline at end of file + - php vendor/bin/codecept generate:cest Acceptance Premier + - php vendor/bin/codecept run --steps -- GitLab