Skip to content

Merge pull request #265 from CtrI-Alt-Del/sprint-4 #520

Merge pull request #265 from CtrI-Alt-Del/sprint-4

Merge pull request #265 from CtrI-Alt-Del/sprint-4 #520

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test