mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 22:57:31 +08:00
Update build-and-test.yaml
This commit is contained in:
15
.github/workflows/build-and-test.yaml
vendored
15
.github/workflows/build-and-test.yaml
vendored
@@ -84,10 +84,9 @@ jobs:
|
|||||||
path: |-
|
path: |-
|
||||||
envoy
|
envoy
|
||||||
istio
|
istio
|
||||||
external
|
|
||||||
.git/modules
|
.git/modules
|
||||||
key: ${{ runner.os }}-submodules-${{ github.run_id }}
|
key: ${{ runner.os }}-submodules-new-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-submodules
|
restore-keys: ${{ runner.os }}-submodules-new
|
||||||
|
|
||||||
- run: git stash # restore patch
|
- run: git stash # restore patch
|
||||||
|
|
||||||
@@ -133,10 +132,9 @@ jobs:
|
|||||||
path: |-
|
path: |-
|
||||||
envoy
|
envoy
|
||||||
istio
|
istio
|
||||||
external
|
|
||||||
.git/modules
|
.git/modules
|
||||||
key: ${{ runner.os }}-submodules-${{ github.run_id }}
|
key: ${{ runner.os }}-submodules-new-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-submodules
|
restore-keys: ${{ runner.os }}-submodules-new
|
||||||
|
|
||||||
- run: git stash # restore patch
|
- run: git stash # restore patch
|
||||||
|
|
||||||
@@ -174,10 +172,9 @@ jobs:
|
|||||||
path: |-
|
path: |-
|
||||||
envoy
|
envoy
|
||||||
istio
|
istio
|
||||||
external
|
|
||||||
.git/modules
|
.git/modules
|
||||||
key: ${{ runner.os }}-submodules-${{ github.run_id }}
|
key: ${{ runner.os }}-submodules-new-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-submodules
|
restore-keys: ${{ runner.os }}-submodules-new
|
||||||
|
|
||||||
- run: git stash # restore patch
|
- run: git stash # restore patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user