Skip to content

MWPW-146326 layout changes #13

MWPW-146326 layout changes

MWPW-146326 layout changes #13

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: [20.x]

Check failure on line 16 in .github/workflows/run-tests.yaml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yaml (Line: 16, Col: 23): A sequence was not expected

Check failure on line 16 in .github/workflows/run-tests.yaml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yaml (Line: 16, Col: 23): A sequence was not expected
- run: npm ci
- run: npm run test