Skip to content

Fixed path of website-icon #66

Fixed path of website-icon

Fixed path of website-icon #66

Workflow file for this run

name: Unit Tests
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm install
- name: Unit Test
run: npm run test-unit