Skip to content

Commit 4208344

Browse files
cleanup: run-test-e2e-for-project-v4-sample workflow by remove unecessary steps
1 parent 6d8b808 commit 4208344

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test-sample-go.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
2020
- name: Create kind cluster
2121
run: kind create cluster
2222

23-
- name: Prepare the environment
24-
run: |
25-
KUSTOMIZATION_FILE_PATH="testdata/project-v4/config/default/kustomization.yaml"
26-
sed -i '25s/^#//' $KUSTOMIZATION_FILE_PATH
27-
sed -i '32s/^#//' $KUSTOMIZATION_FILE_PATH
28-
sed -i '47s/^#//' $KUSTOMIZATION_FILE_PATH
29-
sed -i '51,147s/^#//' $KUSTOMIZATION_FILE_PATH
30-
3123
- name: Test
3224
run: |
3325
cd testdata/project-v4

0 commit comments

Comments
 (0)