Skip to content

docs: follow

docs: follow #5

Workflow file for this run

name: Build
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: npx tsc
- name: Merge
run: npx ctrf merge test-reports
- name: Flaky
run: npx ctrf flaky test-reports/ctrf-report-one.json