From 49f7d4a029b050c4dcc0685d4032851686b2e4ba Mon Sep 17 00:00:00 2001 From: Le TOULLEC Martial <308012+koromerzhin@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:58:46 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433ccd6..f862fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: run: npm run lint:markdown - name: Cypress run uses: cypress-io/github-action@v6 - - name: Définir les variables de date et de branche + continue-on-error: true + - name: Set date and branch variables run: | echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV