Skip to content

Merge pull request #8 from Mitii-dev/v2.7.52 #4

Merge pull request #8 from Mitii-dev/v2.7.52

Merge pull request #8 from Mitii-dev/v2.7.52 #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run release:check-assets
- run: pnpm test
- run: pnpm run compile:cli
- run: pnpm run benchmark:smoke
- run: pnpm run eval:smoke