Skip to content

fix: catch throw on dossier-apprenant #2241

fix: catch throw on dossier-apprenant

fix: catch throw on dossier-apprenant #2241

Workflow file for this run

name: PR CI and Preview
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, closed]
jobs:
tests:
if: github.event.pull_request.state == 'open'
uses: "./.github/workflows/ci.yml"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# Do not comment to prevent useless notifications
# deploy_comment:
# name: Add deploy comment
# runs-on: ubuntu-latest
# steps:
# - name: Comment PR Preview
# if: github.event.pull_request.state != 'closed'
# uses: thollander/actions-comment-pull-request@v2
# with:
# message: |
# To deploy this PR just add a comment with a simple :rocket:
# comment_tag: deployment_instructions
# mode: upsert