Skip to content

pagination middleware refactor #48

pagination middleware refactor

pagination middleware refactor #48

Workflow file for this run

on:
push:
branches:
- main
- dev
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
#
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test
- name: Run e2e tests
run: npm run test:e2e