Skip to content

[BDMS-693]: Add dynamic preview deployments with Authentik redirect management + runtime redirect URI fix #166

[BDMS-693]: Add dynamic preview deployments with Authentik redirect management + runtime redirect URI fix

[BDMS-693]: Add dynamic preview deployments with Authentik redirect management + runtime redirect URI fix #166

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