We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bbfaf commit aea3a27Copy full SHA for aea3a27
.github/workflows/ci.yml
@@ -35,7 +35,8 @@ jobs:
35
run: npm run lint:markdown
36
- name: Cypress run
37
uses: cypress-io/github-action@v6
38
- - name: Définir les variables de date et de branche
+ continue-on-error: true
39
+ - name: Set date and branch variables
40
run: |
41
echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
42
echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
0 commit comments