Skip to content

Pagination on blocks api #27

Pagination on blocks api

Pagination on blocks api #27

Workflow file for this run

name: PR tests
on:
pull_request:
branches:
- master
jobs:
test_on_pr:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: cd backend && npm install
- name: Run build
run: cd backend && npm run build # Double check we can build
# TODO: Tests to be added
# - name: Unit tests
# run: npm run test