Skip to content

Commit d5a3081

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
1919

2020
- name: Create kind cluster
2121
run: kind create cluster
22-
22+
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 '47s/^#//' $KUSTOMIZATION_FILE_PATH
28+
2329
- name: Test
2430
run: |
2531
cd testdata/project-v4

0 commit comments

Comments
 (0)