Skip to content

chore(deps): update dependency angular-eslint to v18.4.1 (#498) #516

chore(deps): update dependency angular-eslint to v18.4.1 (#498)

chore(deps): update dependency angular-eslint to v18.4.1 (#498) #516

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/angular-intl-demo/browser
report-coverage:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: test
run: npm run test -- --watch=false --browsers=ChromeHeadless
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}