Skip to content

allowing 3.0 scripts too #30

allowing 3.0 scripts too

allowing 3.0 scripts too #30

name: Regression Tests
on:
push:
branches: [main]
# We will conduct regression on the main branch only
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: Install dependencies
run: npm ci
- name: Run Jest tests [Theoretical Tests]
run: npm test