Skip to content

fixed workflow

fixed workflow #4

name: Run tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
jobs:
ts-tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Dependency installation
run: npm i
- name: run tests
run: npx jest