Skip to content

Revert "Revert "add github ci"" #3

Revert "Revert "add github ci""

Revert "Revert "add github ci"" #3

Workflow file for this run

name: Test Project
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Get code
uses: actions/checkout@v4
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test