Skip to content

ci: test-count-floor action — fails loudly when passing tests drop #152

ci: test-count-floor action — fails loudly when passing tests drop

ci: test-count-floor action — fails loudly when passing tests drop #152

Workflow file for this run

name: Run Tests
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run test