Skip to content

chore: bump actions/checkout from 6 to 7 #22

chore: bump actions/checkout from 6 to 7

chore: bump actions/checkout from 6 to 7 #22

Workflow file for this run

name: Unit Tests
on:
pull_request:
workflow_call:
jobs:
test:
name: Run Tests 🧪
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
with:
run_install: false
version: latest
- uses: actions/setup-node@v6.4.0
with:
node-version: 24
cache: 'pnpm'
- run: pnpm install
# Ensure `eq` is on PATH with a fake .equellarc, some tests shell out to it
- run: pnpm link
- run: |
echo '{"root": "http://localhost", "token": "fake"}' > .equellarc
- run: pnpm test