Skip to content

chore: ci debug

chore: ci debug #13

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:ci
- name: Update Coverage Badge
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: we-cli/coverage-badge-action@main