diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 1a477ba1..07b90eeb 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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: