Skip to content

BDMS-776: Increased the export hook pageSize from 20 to 500 on well list page #278

BDMS-776: Increased the export hook pageSize from 20 to 500 on well list page

BDMS-776: Increased the export hook pageSize from 20 to 500 on well list page #278

name: PR Build Test
on:
pull_request:
jobs:
test-build:
name: Check Production Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up Node.js
uses: actions/setup-node@v4
with:
node-version: 23
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Run Production Build
run: npm run build:ci