From 3def8ab24b6752004bffa63d2fbd1d6ab109e82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:02:43 +0100 Subject: [PATCH] Update deploy-test.yml --- .github/workflows/deploy-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 103a8d3..152af5b 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -1,4 +1,4 @@ -name: Deploy to server +name: Unit Test on: push: @@ -44,4 +44,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: cypress-screenshots - path: cypress/screenshots \ No newline at end of file + path: cypress/screenshots