Skip to content

chore(deps): update taiga-family/ci action to v1.51.0 (#6629) #16277

chore(deps): update taiga-family/ci action to v1.51.0 (#6629)

chore(deps): update taiga-family/ci action to v1.51.0 (#6629) #16277

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/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run-many -t test --output-style=stream --nxBail
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected]
with:
directory: ./coverage/
flags: summary
name: units
concurrency:
group: test-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true