Skip to content

DONOTMERGE: Build test #124

DONOTMERGE: Build test

DONOTMERGE: Build test #124

Workflow file for this run

name: Build
on:
- pull_request
- push
jobs:
Test:
name: ${{ matrix.os }} ${{ matrix.nodeVersion }} Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
nodeVersion: ["22.x"]
os: [windows-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodeVersion }}
- name: Install dependencies
run:
- where node

Check failure on line 24 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 24, Col: 11): A sequence was not expected
- yarn
- name: Run tests
run: yarn run test
env:
SNOOPLOGG: "*"