Skip to content

feat: add task crud

feat: add task crud #4

Workflow file for this run

name: Tests workflow
on: pull_request
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "22.11.0"
- uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: "8.0"
- run: npm install
- run: npm test --silent
env:
CI: true