Skip to content

Commit cb43814

Browse files
authored
Update ci.yml
1 parent 863ea4f commit cb43814

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
@@ -33,7 +33,8 @@ jobs:
3333
run: npm run lint:markdown
3434
- name: Cypress run
3535
uses: cypress-io/github-action@v6
36-
- name: Définir les variables de date et de branche
36+
continue-on-error: true
37+
- name: Set date and branch variables
3738
run: |
3839
echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
3940
echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)