Skip to content

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

chore: update readme with latest config for github ci

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

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