Skip to content

added tests and git workflow for the tests #3

added tests and git workflow for the tests

added tests and git workflow for the tests #3

name: Run tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
jobs:
ts-tests:
runs-on: ubuntu-latest
uses: actions/checkout@v4

Check failure on line 14 in .github/workflows/github-actions-typescript.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-typescript.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
steps:
- name: Dependency installation
run: npm i
- name: run tests
run: npx jest