This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
chore(deps): update dependency @types/node to v20.6.0 #4869
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v3 | |
- 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 |