Skip to content

fix(legacy): restore autoColor for InputTag and MultiSelect #22664

fix(legacy): restore autoColor for InputTag and MultiSelect

fix(legacy): restore autoColor for InputTag and MultiSelect #22664

Workflow file for this run

name: ⚙️ Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
name: Unit tests
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.71.1
- uses: taiga-family/ci/actions/setup/variables@v1.71.1
- uses: taiga-family/ci/actions/setup/node@v1.71.1
- run: npm test
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/codecov-action@v4.5.0
with:
codecov_yml_path: ./.github/codecov.yml
directory: ./coverage/
flags: summary
name: units
concurrency:
group: test-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true