Skip to content

chore(deps): bump django-google-sso from 7.1.0 to 8.0.0 #3452

chore(deps): bump django-google-sso from 7.1.0 to 8.0.0

chore(deps): bump django-google-sso from 7.1.0 to 8.0.0 #3452

Workflow file for this run

name: UI & a11y tests
on:
workflow_call:
workflow_dispatch:
pull_request:
branches: [main, 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/[email protected]
with:
urls: |
http://localhost:8000
http://localhost:8000/help
configPath: ".github/lighthouserc.json"
temporaryPublicStorage: true
uploadArtifacts: true