Skip to content

Commit 28c93d7

Browse files
committed
add domain of busola
1 parent 2973848 commit 28c93d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accessibility-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ACC_AMP_TOKEN: ${{ secrets.ACC_AMP_TOKEN }}
4040
run: |
4141
k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
42-
42+
export CYPRESS_DOMAIN=http://localhost:3001
4343
cd tests/integration
4444
npm ci && ACC_AMP_TOKEN=$ACC_AMP_TOKEN npm run "test:accesibility"
4545
- name: Uploads artifacts

0 commit comments

Comments
 (0)