Skip to content

chore(deps-dev): bump @nx/jest from 19.8.0 to 20.1.2 #265

chore(deps-dev): bump @nx/jest from 19.8.0 to 20.1.2

chore(deps-dev): bump @nx/jest from 19.8.0 to 20.1.2 #265

Workflow file for this run

name: Build and test
on:
push:
branches:
- '!main'
pull_request:
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx format:check --verbose
- run: npx nx affected --target=lint
- run: npx nx affected --target=test --ci --code-coverage