Skip to content

chore(skills): unify PR stop condition to 3 passes #2183

chore(skills): unify PR stop condition to 3 passes

chore(skills): unify PR stop condition to 3 passes #2183

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:7
ports:
- 27017:27017
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test:coverage