Skip to content

feat(testing): use jest-preset-angular by default #263

feat(testing): use jest-preset-angular by default

feat(testing): use jest-preset-angular by default #263

Workflow file for this run

name: ⚙️ Schematics
on:
pull_request:
jobs:
schematics:
runs-on: ubuntu-latest
name: Run the latest migration
steps:
- uses: actions/[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 }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true