Skip to content

chore(deps-dev): bump jest from 29.6.3 to 29.6.4 #471

chore(deps-dev): bump jest from 29.6.3 to 29.6.4

chore(deps-dev): bump jest from 29.6.3 to 29.6.4 #471

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
- development
push:
branches:
- master
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18.17.0
- run: npm ci
- run: npm run lint
- run: npm run build:lib
- run: npm run build:schematics
- run: npm run test:ci
- run: npm run test:schematics
- run: |
npx cypress install
npm run e2e:ci