Skip to content

Commit 63a609b

Browse files
committed
fix
1 parent bbc1d8a commit 63a609b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/apisix-e2e-test.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ common_setup: &common_setup
5151
- name: Install ginkgo
5252
run: make install-ginkgo
5353

54-
5554
common_build_and_kind: &common_build_and_kind
5655
- name: Install kind
5756
run: go install sigs.k8s.io/kind@v0.23.0
@@ -89,13 +88,11 @@ jobs:
8988
provider_type: [ apisix-standalone, apisix ]
9089
cases_subset: [ apisix.apache.org, networking.k8s.io, webhook ]
9190
fail-fast: false
92-
9391
runs-on: ubuntu-latest
94-
9592
steps:
96-
*common_setup
97-
*common_build_and_kind
98-
*common_extract_adc
93+
- <<: *common_setup
94+
- <<: *common_build_and_kind
95+
- <<: *common_extract_adc
9996

10097
- name: Install Gateway API and CRDs
10198
run: make install
@@ -121,9 +118,9 @@ jobs:
121118
runs-on: ubuntu-latest
122119

123120
steps:
124-
*common_setup
125-
*common_build_and_kind
126-
*common_extract_adc
121+
- <<: *common_setup
122+
- <<: *common_build_and_kind
123+
- <<: *common_extract_adc
127124

128125
- name: Install CRDs
129126
run: make install-crds

0 commit comments

Comments
 (0)