diff --git a/.github/workflows/pa11y_accessibility_testing.yml b/.github/workflows/pa11y_accessibility_testing.yml index f6c8aee..ef2f7c7 100644 --- a/.github/workflows/pa11y_accessibility_testing.yml +++ b/.github/workflows/pa11y_accessibility_testing.yml @@ -21,4 +21,5 @@ jobs: - name: Run Pa11y on local site run: | + export CHROME_DEVEL_SANDBOX="" pa11y /home/runner/work/chatgpt-html/chatgpt-html/index.html --reporter=cli --threshold 25 --no-sandbox