Skip to content

chore: a bit more cleaning #2

chore: a bit more cleaning

chore: a bit more cleaning #2

Workflow file for this run

name: MERN Sample App - Shared Tests
on:
push:
paths:
- "packages/shared/**"
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout Repository
uses: actions/checkout@v4
- name: 🤳 Install
uses: ./.github/composite-actions/install
- name: 🚀 Run Shared Tests
run: pnpm run shared:test