Skip to content

fix(ops): fix yaml structure error #2

fix(ops): fix yaml structure error

fix(ops): fix yaml structure error #2

Workflow file for this run

name: Reusable e2e workflow for API
on:
workflow_call:
jobs:
test:
name: E2E Tests
runs-on: ubuntu-latest
steps:

Check failure on line 10 in .github/workflows/_e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_e2e.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Run Tests
run: npm run test
working-directory: ${{ inputs.path }}