Skip to content

[BCMI-419] Fix partial routes and migrate some missing page content #270

[BCMI-419] Fix partial routes and migrate some missing page content

[BCMI-419] Fix partial routes and migrate some missing page content #270

Workflow file for this run

name: Front-End tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and test
run: |
npm --prefix bcmi install
npm run --prefix bcmi test-ci
env:
CI: true