Skip to content

indent error

indent error #120

Workflow file for this run

name: Deploy on release
on:
release:
types: [published]
push:
branches:
- test-e2e-trial
jobs:
e2e-tests:

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Deploy on release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 5): The workflow must contain at least one job with no dependencies.
needs: [unit-tests]
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm --prefix users/authservice install
- run: npm --prefix users/userservice install
- run: npm --prefix gatewayservice install
- run: npm --prefix historyservice install
- run: npm --prefix questionservice install
- run: npm --prefix roomservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: xvfb-run --auto-servernum npm --prefix webapp run test:e2e
env :
CI : ""