Skip to content

Commit

Permalink
ci: add pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jan 15, 2025
1 parent 244ed88 commit 063dcb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: always()

- name: Pull Request
run: node dist/core/cli.js pull-request ctrf/ctrf-report.json
- name: Publish PR Comment
uses: ./
with:
report-path: './ctrf/*.json'
pull-request-report: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: always()
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 063dcb5

Please sign in to comment.