Skip to content

Rollback to the slave git #119

Rollback to the slave git

Rollback to the slave git #119

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
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 : ""