Skip to content

feat: improve test rate tables with conditional rendering and sorting #147

feat: improve test rate tables with conditional rendering and sorting

feat: improve test rate tables with conditional rendering and sorting #147

name: detailed-example
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build
run: npm run all:action
- name: Modify reports
run: npm run modify-reports
- name: Publish Test Report
uses: ./
with:
report-path: './ctrf-reports/*.json'
test-report: true
test-list-report: true
upload-artifact: true
if: always()