Skip to content

Check failed test ⚓️ #3

Check failed test ⚓️

Check failed test ⚓️ #3

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm clean-install
- name: Run tests
run: npm test