We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2973848 commit 28c93d7Copy full SHA for 28c93d7
.github/workflows/accessibility-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
ACC_AMP_TOKEN: ${{ secrets.ACC_AMP_TOKEN }}
40
run: |
41
k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
42
-
+ export CYPRESS_DOMAIN=http://localhost:3001
43
cd tests/integration
44
npm ci && ACC_AMP_TOKEN=$ACC_AMP_TOKEN npm run "test:accesibility"
45
- name: Uploads artifacts
0 commit comments