Skip to content

Migrate from jest to vitest (wip) #300

Migrate from jest to vitest (wip)

Migrate from jest to vitest (wip) #300

Workflow file for this run

name: Build Status
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [18.7.0]
steps:
- uses: actions/checkout@v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run e2e
run: npm t

Check failure on line 27 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / Build Status

Invalid workflow file

The workflow is not valid. .github/workflows/node.js.yml (Line: 27, Col: 7): 'run' is already defined .github/workflows/node.js.yml (Line: 28, Col: 7): 'run' is already defined
run: npm run lint