Skip to content

Temporarily removed jest tests #120

Temporarily removed jest tests

Temporarily removed jest tests #120

Workflow file for this run

name: Jest Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
- name: Install dependencies
run: npm ci
# TODO - Commented because test has some incompatibility with typescript files in the project.
# - name: Run Jest tests
# run: npm run test