Skip to content

feat(addon-table): allow resize more than 100% width of table #25812

feat(addon-table): allow resize more than 100% width of table

feat(addon-table): allow resize more than 100% width of table #25812

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: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm test
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
directory: ./coverage/
flags: summary
name: units
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true