Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 7601b8d

Browse files
committed
refactor github cicd
1 parent 804f1e2 commit 7601b8d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/actions/kind-create/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ outputs:
2121
kubeconfig:
2222
description: 'Path of the resulting kubeconfig'
2323
value: ${{ steps.check-kind-cluster.outputs.kubeconfig }}
24-
kubeconfig_dir_path:
25-
description: 'Dir path of the resulting kubeconfig'
26-
value: ${{ steps.check-kind-cluster.outputs.kubeconfig_dir_path }}
2724

2825
runs:
2926
using: "composite"
@@ -53,6 +50,4 @@ runs:
5350
chmod 600 $kubeconfig_path
5451
echo "kubeconfig path: $kubeconfig_path"
5552
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
56-
echo "kubeconfig_dir_path=$(echo $kubeconfig_dir_path)" >> $GITHUB_OUTPUT
57-
5853
shell: bash

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run E2E tests
4242
env:
4343
TEST_STRATEGY: version
44-
KUBECONFIG_DIR: tests/e2e/kubeconfigs
44+
KUBECONFIG_DIR: kubeconfigs
4545
MAX_TIMEOUT: "2h"
4646
run: |
4747
go work init

0 commit comments

Comments
 (0)