Skip to content

chore: remove test files from build; some configs.js -> config.ts; do not downlevel iteration #24

chore: remove test files from build; some configs.js -> config.ts; do not downlevel iteration

chore: remove test files from build; some configs.js -> config.ts; do not downlevel iteration #24

Workflow file for this run

name: Run tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Corepack
run: |
corepack enable
- name: Node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
cache: "yarn"
- run: yarn
- run: yarn run test