diff --git a/.github/workflows/ci-pa11y.yml b/.github/workflows/ci-pa11y.yml index 1d68398..227d1b2 100644 --- a/.github/workflows/ci-pa11y.yml +++ b/.github/workflows/ci-pa11y.yml @@ -25,7 +25,10 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install -r requirements-test.txt - - name: Run Tests + - name: Run Pa11y-CI Tests + env: + # Path to chrome on GitHub action runners + PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome run: | cd agate mv core/local_settings.test.py core/local_settings.py