-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.10
-
Tags:
-
Team:UI
-
Sprint:UI Cooldown - 2022-01
-
Story Points:3
At the moment, there’s a single workflow that performs all the PR checks in the Web UI repository (main). The goal is to separate those checks in different workflows, that can run in parallel.
AC:
- Reusable Workflows for linting, unit testing, accessibility testing, and functional testing that run when PR is created/updated (they shouldn't run on push events, that is the responsability of the main workflow)
(cross repo checkWEBUI-600)