Skip to content

fix: add manual publish workflow #6

fix: add manual publish workflow

fix: add manual publish workflow #6

Workflow file for this run

name: Test main
on:
push:
branches: [main]
jobs:
test_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run coverage
- run: npm run build