Skip to content

chore: update dependency jest-preset-angular to v14.5.1 #4248

chore: update dependency jest-preset-angular to v14.5.1

chore: update dependency jest-preset-angular to v14.5.1 #4248

Workflow file for this run

name: ⚙️ Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/variables@v1.102.0
- uses: taiga-family/ci/actions/setup/node@v1.102.0
- run: npx nx test editor --nxBail
- uses: codecov/codecov-action@v5.1.2
with:
directory: ./coverage/editor
flags: editor
name: editor
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true