Skip to content

chore: update readme with latest config for github ci #6

chore: update readme with latest config for github ci

chore: update readme with latest config for github ci #6

name: test-lib-commons
on:
pull_request:
paths:
- "packages/lib-commons/**"
branches:
- "**"
merge_group:
workflow_dispatch:
jobs:
test-lib-commons:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout Repository
uses: actions/checkout@v4
- name: 🤳 Install
uses: ./.github/composite-actions/install
- name: 🚀 Run lib-commons Tests
run: pnpm run lib-commons:test