Skip to content

chore(deps): update angular-cli monorepo to v15.2.10 - autoclosed #8561

chore(deps): update angular-cli monorepo to v15.2.10 - autoclosed

chore(deps): update angular-cli monorepo to v15.2.10 - autoclosed #8561

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Chrome
uses: nanasess/setup-chromedriver@v2
- name: Install dependencies
run: yarn install
- name: Test
run: yarn test:ci
- name: Upload test coverage info
uses: codecov/codecov-action@v3
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: build
path: dist/