Skip to content

Feat: CalFresh enrollment success with expiration #2702

Feat: CalFresh enrollment success with expiration

Feat: CalFresh enrollment success with expiration #2702

Workflow file for this run

name: UI & a11y tests
on:
workflow_dispatch:
pull_request:
branches: [dev, test, prod]
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 client
- name: Run Lighthouse tests for a11y
uses: treosh/lighthouse-ci-action@11.4.0
with:
urls: |
http://localhost:8000
http://localhost:8000/help
configPath: ".github/lighthouserc.json"
temporaryPublicStorage: true
uploadArtifacts: true