Skip to content

chore: add angular core as optional peer to styles package #4044

chore: add angular core as optional peer to styles package

chore: add angular core as optional peer to styles package #4044

Workflow file for this run

###
#
# Runs all tests in packages changed since main
#
###
name: Unit tests
on:
pull_request:
paths:
- 'packages/**'
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: swisspost/design-system/.github/actions/setup-pnpm@main
# Install packages changed since main, as well as their dependants and dependencies
- name: Install dependencies
run: pnpm --filter "...[origin/main]" install
- name: Run unit tests
run: pnpm --filter "...[origin/main]" unit