Files
remotestorage-module-places/.gitea/workflows/test.yaml
Râu Cao b3fd092acf
All checks were successful
Test / test (pull_request) Successful in 32s
Test / test (push) Successful in 1m42s
Set up CI
2026-03-14 14:12:52 +04:00

18 lines
343 B
YAML

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm test