diff --git a/.github/workflows/check-leaks.yml b/.github/workflows/check-leaks.yml index 4e3f537..ba841d4 100644 --- a/.github/workflows/check-leaks.yml +++ b/.github/workflows/check-leaks.yml @@ -36,6 +36,6 @@ jobs: - name: Check for leaks env: DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} - run: ./LeaksDetector/leaksdetector MemoryLeaksCheck ./maestro/leaksCheckFlow.yaml + run: ./LeaksDetector/leaksdetector --process-name MemoryLeaksCheck -e maestro --maestro-flow-path ./maestro/leaksCheckFlow.yaml -d ./Dangerfile.leaksReport - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file