Skip to content

chore: ci debug

chore: ci debug #9

Workflow file for this run

name: ci
on:
push:
branches:
- main
- develop
- '[0-9]+.x'
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run test:coverage
- run: npm run test:ci