Skip to content

Manual Test

Manual Test #4

Workflow file for this run

name: Manual Test
on:
workflow_dispatch:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -F typewritten-text test:clean