Skip to content

Commit 7c3642c

Browse files
authored
fix: accesibility tests choose correct k3d cluster (#3614)
* dummy change * choose correct k3d
1 parent 352950a commit 7c3642c

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
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
ACC_AMP_TOKEN: ${{ secrets.ACC_AMP_TOKEN }}
3838
run: |
39-
k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
39+
k3d kubeconfig get kyma > tests/integration/fixtures/kubeconfig.yaml
4040
export CYPRESS_DOMAIN=http://localhost:3001
4141
cd tests/integration
4242
npm ci && ACC_AMP_TOKEN=$ACC_AMP_TOKEN npm run "test:accesibility"

0 commit comments

Comments
 (0)