Skip to content

Feature/fwf 5209 UI toggle switch #253

Feature/fwf 5209 UI toggle switch

Feature/fwf 5209 UI toggle switch #253

name: forms-flow-submissions-CI
on:
workflow_dispatch:
pull_request:
branches:
- main
- develop
- release/*
- v8-develop
paths:
- "forms-flow-submissions/**"
- "VERSION"
push:
branches:
- main
- develop
- release/*
- v8-develop
paths:
- "forms-flow-submissions/**"
- "VERSION"
defaults:
run:
shell: bash
working-directory: ./forms-flow-submissions
jobs:
Forms-Flow-Review-CI:
name: Run Tests and Lint Checks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.18.0'
- name: Install dependencies
run: |
npm ci --force
- name: Run Tests
run: |
npm run test