Skip to content

chore: update action.yml #13

chore: update action.yml

chore: update action.yml #13

name: test-lib-commons
on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
merge_group:
workflow_dispatch:
jobs:
test-lib-commons:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout Repository
uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
lib-commons:
- 'packages/lib-commons/**'
- name: 🤳 Install
if: steps.changes.outputs.lib-commons == 'true'
uses: ./.github/composite-actions/install
- name: 🚀 Run lib-commons Tests
if: steps.changes.outputs.lib-commons == 'true'
run: pnpm run lib-commons:test