Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangatuan committed Oct 1, 2023
1 parent 30aa4da commit 8b35841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

0 comments on commit 8b35841

Please sign in to comment.