Skip to content

feat: add list of sessions in the sidebar in reverse order #9

feat: add list of sessions in the sidebar in reverse order

feat: add list of sessions in the sidebar in reverse order #9

Workflow file for this run

name: Test
on:
pull_request:
branches: main
jobs:
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Install Playwright dependencies
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
path: test-results/