Skip to content

build(deps-dev): bump @testing-library/react from 14.2.1 to 14.3.1 #95

build(deps-dev): bump @testing-library/react from 14.2.1 to 14.3.1

build(deps-dev): bump @testing-library/react from 14.2.1 to 14.3.1 #95

name: Orchestration DEV
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
analysis:
name: Analysis
uses: ./.github/workflows/analysis.yml
secrets: inherit
ui:
name: ui
needs:
- analysis
uses: ./.github/workflows/ui.yml
with:
environment: dev
secrets: inherit