Skip to content

refactor: deleting expired records (#465) #695

refactor: deleting expired records (#465)

refactor: deleting expired records (#465) #695

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [main, master]
pull_request:
types: [opened, reopened]
branches: [main, master]
schedule:
- cron: '0 6 * * 1'
jobs:
integration:
runs-on: ubuntu-latest
strategy:
matrix:
ng: [latest, 18]
name: Build app with @angular/cli
steps:
- uses: actions/checkout@v4
- name: Install
uses: './.github/actions/cached-npm-install'
with:
node-version: '20.x'
- name: Build package
run: npm run build:pkg
- name: Build app
run: npm run build:ng ${{ matrix.ng }}