Skip to content

[TECH] Correction du tests Flaky sur le usecase get-data-organizations-places-statistics (PIX-14739) #975

[TECH] Correction du tests Flaky sur le usecase get-data-organizations-places-statistics (PIX-14739)

[TECH] Correction du tests Flaky sur le usecase get-data-organizations-places-statistics (PIX-14739) #975

Workflow file for this run

name: Trigger CircleCI
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: dev
jobs:
trigger-ci:
runs-on: ubuntu-latest
steps:
- name: Trigger CircleCI
# ensure PR is not draft
if: '! github.event.pull_request.draft'
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.PIX_SERVICE_CIRCLE_CI_TOKEN }}