Skip to content

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

chore(deps): update taiga-family/ci action to v1.89.0

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

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]
- uses: taiga-family/ci/actions/run/[email protected]
id: info
- run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }}
- run: npm test
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected]
with:
codecov_yml_path: ./.github/codecov.yml
directory: ./coverage/
flags: summary
name: units
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true