Skip to content

Pretty pages (#533) #798

Pretty pages (#533)

Pretty pages (#533) #798

Workflow file for this run

---
name: "Unit Tests"
on: push
jobs:
"Vitest":
runs-on: ubuntu-latest
container: node:20.3.0
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test