Skip to content

Bump the angular group across 1 directory with 3 updates #3651

Bump the angular group across 1 directory with 3 updates

Bump the angular group across 1 directory with 3 updates #3651

Workflow file for this run

name: Schematics
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.ref_type, '[tag]')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm i -g codecov
- run: npm test
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
files: ./coverage/coverage.json