Skip to content

fix: Fixed indents

fix: Fixed indents #2

name: Run unit and integration tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

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

View workflow run for this annotation

GitHub Actions / .github/workflows/run-unit-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
- uses: actions/setup-node@v4
with:
node-versions: '20.x'
cache: 'npm'
- run: npm install
- run: npm run test