Skip to content

fix: add client plugin only on client #128

fix: add client plugin only on client

fix: add client plugin only on client #128

Workflow file for this run

name: Test Pipeline
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run dev:prepare
- run: npm run coverage
- uses: codecov/codecov-action@v4
with:
files: ./coverage/coverage-final.json