Skip to content

Merge commit 'd1324171e005259ce6fad916fd6f5a1ae82c0413' into test-e2e… #124

Merge commit 'd1324171e005259ce6fad916fd6f5a1ae82c0413' into test-e2e…

Merge commit 'd1324171e005259ce6fad916fd6f5a1ae82c0413' into test-e2e… #124

Workflow file for this run

name: Deploy on release
on:
release:
types: [published]
push:
branches:
- test-e2e-trial
jobs:
e2e-tests:
runs-on: ubuntu-latest
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: npm --prefix webapp run test:e2e
env :
CI : ""