Skip to content

ci: fixed tests pipeline #3

ci: fixed tests pipeline

ci: fixed tests pipeline #3

Workflow file for this run

name: Tests
on:
push:
paths-ignore:
- ".md"
branches:
- main
pull_request:
paths-ignore:
- "*.md"
branches:
- main
jobs:
main:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- run: pnpm build
- run: pnpm test