Skip to content

Merge branch 'wl-SB-0MNW0GMG0001FZCI-post-summary-reply-thread' into … #32

Merge branch 'wl-SB-0MNW0GMG0001FZCI-post-summary-reply-thread' into …

Merge branch 'wl-SB-0MNW0GMG0001FZCI-post-summary-reply-thread' into … #32

Workflow file for this run

name: Test Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run tests with coverage
run: npm run test:coverage