Skip to content

ci: split bundle size in separate job #1

ci: split bundle size in separate job

ci: split bundle size in separate job #1

name: Bundle size

Check failure on line 1 in .github/workflows/reusable-bundle-size.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-bundle-size.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: bundle-size
on:
workflow_call:
inputs:
bundle-artifact-name-prefix:
required: true
type: string
ref:
description: Git reference to checkout. Defaults to @actions/checkout default.
type: string
required: false
default: ''
env:
E2E_DIR: projects/ngx-meta/e2e
#👇 Needed for PR bundle size comment only
#permissions:
# pull_requests: write
jobs:
bundle-size:
name: Bundle size - Angular v${{ matrix.version }}
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
version: [15, 16, 17]