Skip to content

Commit

Permalink
add test details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Apr 18, 2024
1 parent c29a142 commit d55b649
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run test
- name: Publish Test Results
- name: Publish Test Results summary
run: npx github-actions-ctrf summary ctrf/ctrf-report.json
- name: Publish Test Results test details
run: npx github-actions-ctrf tests ctrf/ctrf-report.json
- run: npm run lint-check
- run: npm run format-check

Expand Down

0 comments on commit d55b649

Please sign in to comment.