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

chore(deps): update react monorepo #4981

chore(deps): update react monorepo

chore(deps): update react monorepo #4981

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🤹‍♀️ Install modules
run: yarn
- name: 🤺 Run tests
run: yarn workspace @kaoto/kaoto-ui run test --coverage
- name: 💅 Upload coverage to Codecov
uses: codecov/codecov-action@v3