Skip to content

CI: temporarily enable on v6 branch #15

CI: temporarily enable on v6 branch

CI: temporarily enable on v6 branch #15

Workflow file for this run

name: Code Tests
on:
push:
branches: [main, v6]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test