Skip to content

Commit

Permalink
chore: add --pull-request argument step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Oct 15, 2024
1 parent e4f80f1 commit 2c0abd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: node dist/index.js ctrf-reports/ctrf-report.json --pr-comment --pr-comment-message "templates/custom-summary.hbs" --title "PR With HandleBars file" --annotate false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test --pull-request argument
run: node dist/index.js ctrf-reports/ctrf-report.json --pull-request --title "Pull Request Arg" --annotate false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2c0abd8

Please sign in to comment.