Skip to content

fix: falling test + skip properly #212

fix: falling test + skip properly

fix: falling test + skip properly #212

Workflow file for this run

name: unit-tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Run Test
run: npm run test