Skip to content

feat: generate redirect aliases mapping based on the backend #66

feat: generate redirect aliases mapping based on the backend

feat: generate redirect aliases mapping based on the backend #66

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Install Playwright
run: bun x playwright install --with-deps
- name: Run unit tests
run: bun run test.unit
- name: Run e2e tests
run: bun run test.e2e