Skip to content

build: fix ci

build: fix ci #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
run-tests:
name: Run Tests

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn test