Skip to content

back to shirt stream #1272

back to shirt stream

back to shirt stream #1272

Workflow file for this run

name: Run tests
on:
push:
branches: ["*"]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.15.1
- uses: pnpm/action-setup@v4
with:
version: 9.12.2
run_install: true
- name: Run tests
run: pnpm test run