Skip to content

test: updated workflow #1

test: updated workflow

test: updated workflow #1

Workflow file for this run

name: End 2 End Tests
on:
push:
branches:
- test/e2e
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: docker compose --profile e2e up -d --pull always
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e