Skip to content

fix: add error log

fix: add error log #75

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
- name: Install
run: npm install
- name: Test and Coverage
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