Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Update Shared components packages #3116

Update Shared components packages

Update Shared components packages #3116

name: "Smart Events UI :: Mocked :: Quality Checks"
on: [pull_request, push]
jobs:
run-all-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run format:check
- run: npm run lint
- run: npm run test
- run: npm run test:it
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
if: always() && !cancelled()
with:
name: ui-artifacts
if-no-files-found: warn
path: |
**/*.log
**/cypress/screenshots/**
**/cypress/videos/**
**/cypress/target/surefire-reports/**