Skip to content

Commit 949b6a9

Browse files
authored
Update ci.yml
1 parent 40a4e5f commit 949b6a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: npm run lint:markdown
3636
- name: Cypress run
3737
uses: cypress-io/github-action@v6
38-
- name: Définir les variables de date et de branche
38+
continue-on-error: true
39+
- name: Set date and branch variables
3940
run: |
4041
echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
4142
echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)