Skip to content

FWF-4861 [bugifx] fixed default header sorting in analyze submission key changed form camel case to snake case #29

FWF-4861 [bugifx] fixed default header sorting in analyze submission key changed form camel case to snake case

FWF-4861 [bugifx] fixed default header sorting in analyze submission key changed form camel case to snake case #29

name: forms-flow-submissions-CI
on:
workflow_dispatch:
pull_request:
branches:
- main
- develop
- release/*
paths:
- "forms-flow-submissions/**"
- "VERSION"
push:
branches:
- main
- develop
- release/*
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