nanomath/.forgejo/workflows/continuous-integration.yaml
Glen Whitney 64f99c0f2d
All checks were successful
/ test (push) Successful in 10s
test: Run pnpm test in CI on all PRs and pushes to main (#7)
Resolves #6.

Reviewed-on: #7
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-04-08 02:38:28 +00:00

14 lines
292 B
YAML

on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: docker
container:
image: node:23
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: npm install -g pnpm@10.8.0
- run: pnpm install
- run: pnpm test