Skip to content

Merge branch 'main' into getSuppliers #463

Merge branch 'main' into getSuppliers

Merge branch 'main' into getSuppliers #463

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