Skip to content

fix: remove test files from build; some config.js -> config.ts; do not downlevel iteration #206

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

fix: remove test files from build; some config.js -> config.ts; do not downlevel iteration #206

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