We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a89bd9 commit 40e5248Copy full SHA for 40e5248
.github/workflows/stage-4-acceptance.yaml
@@ -89,8 +89,6 @@ jobs:
89
runs-on: ubuntu-latest
90
needs: [sandbox-set-up]
91
environment: dev
92
- env:
93
- INCLUDE_AUTH_PAGES: 'true'
94
timeout-minutes: 10
95
steps:
96
- name: "Checkout code"
@@ -124,8 +122,6 @@ jobs:
124
122
125
123
126
127
128
129
130
131
scripts/tests/accessibility.sh
@@ -5,6 +5,8 @@ set -euo pipefail
5
# feature flag
6
export NEXT_PUBLIC_ENABLE_LETTERS=true
7
8
+export INCLUDE_AUTH_PAGES=true
9
+
10
npm run create-test-user
11
12
npm run build
0 commit comments