Skip to content

test: added new unit tests for data structures #2

test: added new unit tests for data structures

test: added new unit tests for data structures #2

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
install-dependencies:
name: Install dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 21
- name: Install dependencies
run: yarn install