Skip to content

Merge pull request #1 from SableClient/hazre/refactor/web-platform-apis #5

Merge pull request #1 from SableClient/hazre/refactor/web-platform-apis

Merge pull request #1 from SableClient/hazre/refactor/web-platform-apis #5

Workflow file for this run

name: Vitest CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Vitest
run: pnpm test