Skip to content

Commit

Permalink
gh actions: fix tool name
Browse files Browse the repository at this point in the history
fix tool name, got mangled in 39120b8
Why did it start to fail just now?

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Sep 24, 2024
1 parent ec2accf commit 0e4ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: E2E Tests
run: |
export KUBECONFIG=${HOME}/.kube/config
bin/catkubeletconfigmap --namespace ${E2E_NAMESPACE_NAME} --prefix 'E2E_' >> $GITHUB_ENV
bin/catkubeletconfmap --namespace ${E2E_NAMESPACE_NAME} --prefix 'E2E_' >> $GITHUB_ENV
make test-e2e
- name: Export E2E Tests logs
Expand Down

0 comments on commit 0e4ea4f

Please sign in to comment.