Skip to content

Add abac to GitHub Actions published packages list #65

Add abac to GitHub Actions published packages list

Add abac to GitHub Actions published packages list #65

Workflow file for this run

name: CI
on:
push:
branches-ignore: []
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build packages
run: pnpm build
- name: Run Vitest (package unit tests)
run: pnpm test:packages