Skip to content

Commit

Permalink
ci: add historical to test fow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Dec 17, 2024
1 parent baf4dd3 commit ab00942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: npm run test
- name: Summary
run: node dist/core/cli.js ctrf/ctrf-report.json
- name: Previous
run: node dist/core/cli.js historical ctrf/ctrf-report.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Pull Request
run: node dist/core/cli.js pull-request ctrf/ctrf-report.json
env:
Expand Down

0 comments on commit ab00942

Please sign in to comment.