Skip to content

Pre Cambios NeDB

Pre Cambios NeDB #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm start &
- run: npm test