Skip to content

Add admin page for session and user overview #52

Add admin page for session and user overview

Add admin page for session and user overview #52

Workflow file for this run

name: End-to-End Tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run end-to-end tests
run: make test-e2e
- name: Archive E2E Test Output
uses: actions/upload-artifact@v3
if: always()
with:
name: e2e-test-screenshots
path: |
test/e2e/output/*