refactor: correct script path

This commit is contained in:
Vlad Suhomlinov 2021-09-02 20:11:52 +03:00
parent 343f2f4f16
commit 7446b95552
3 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ jobs:
- name: Run pr size checker
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger --dangerfile "BuildScripts/github_workflows/ios/pull-request/danger_pr_size"
run: bundle exec danger --dangerfile ".github/workflows/danger_pr_size"
- name: Run copypaste detector
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger --dangerfile "BuildScripts/github_workflows/ios/pull-request/danger_copypaste"
run: bundle exec danger --dangerfile ".github/workflows/danger_copypaste"