Skip to content

Chore: add SVG icon and logo assets #123

Chore: add SVG icon and logo assets

Chore: add SVG icon and logo assets #123

Workflow file for this run

name: Run NPM Test
on:
pull_request:
push:
jobs:
test-ci:
name: Run CI Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm install --ignore-scripts true
npm run test:ci
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Report on Unit Tests
path: test/results-report.json
reporter: mocha-json