Skip to content

add solution for 1-module 1-task #1

add solution for 1-module 1-task

add solution for 1-module 1-task #1

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/[email protected]
with:
mongodb-version: "8.0"
- run: npm install
- run: npm test --silent
env:
CI: true