Skip to content

Style: update docs theme colors/overrides #28

Style: update docs theme colors/overrides

Style: update docs theme colors/overrides #28

Workflow file for this run

name: UI & a11y tests
on:
workflow_call:
workflow_dispatch:
pull_request:
branches: [main]
defaults:
run:
shell: bash
jobs:
tests-ui:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Start app
run: |
cp .env.sample .env
docker compose up --detach app
- name: Run Lighthouse tests for a11y
uses: treosh/[email protected]
with:
urls: http://localhost:8000/admin
configPath: ".github/lighthouserc.json"
temporaryPublicStorage: true
uploadArtifacts: true