Skip to content

📦 RELEASE: preparing next version #617

📦 RELEASE: preparing next version

📦 RELEASE: preparing next version #617

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- '**'
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: jycouet/jycouet/shared-config/setup@main
name: setup env
# with:
# nodeVersion: 18
- name: 🚧 Build Packages
run: pnpm run build
- name: 👌 Run Tests
run: pnpm run test
- name: 🧹 Prettier Check
run: pnpm run format:check