Skip to content

refac: Project API Pagination Add #87

refac: Project API Pagination Add

refac: Project API Pagination Add #87

Workflow file for this run

name: Develop test workflow
on:
pull_request:
branches:
- 'develop'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn run test