Skip to content

Deployed suite polls for purge propagation; document the per-entrypoi… #1

Deployed suite polls for purge propagation; document the per-entrypoi…

Deployed suite polls for purge propagation; document the per-entrypoi… #1

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1.17.0
with:
node-version: "24"
cache: true
- name: Install dependencies
run: vp install
- name: Check
run: vp check
- name: Test
run: vp test
- name: Build
run: vp build