Skip to content

Feature/issue-2090: [History] Display uploaded templates in sections using shared section architecture #1642

Feature/issue-2090: [History] Display uploaded templates in sections using shared section architecture

Feature/issue-2090: [History] Display uploaded templates in sections using shared section architecture #1642

Workflow file for this run

name: PR-unit-tests-coverage-check
on:
push:
branches: [ main, develop ]
pull_request:
types: [opened, synchronize, reopended]
jobs:
sonard_cloud:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Build project
run: npm run build
- name: Run unit tests
run: npm run test:cover