We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352950a commit 7c3642cCopy full SHA for 7c3642c
.github/workflows/accessibility-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
ACC_AMP_TOKEN: ${{ secrets.ACC_AMP_TOKEN }}
38
run: |
39
- k3d kubeconfig get k3dCluster > tests/integration/fixtures/kubeconfig.yaml
+ k3d kubeconfig get kyma > tests/integration/fixtures/kubeconfig.yaml
40
export CYPRESS_DOMAIN=http://localhost:3001
41
cd tests/integration
42
npm ci && ACC_AMP_TOKEN=$ACC_AMP_TOKEN npm run "test:accesibility"
0 commit comments