ci: fix relup tests
This commit is contained in:
parent
ba86a039cd
commit
b976c6f5a3
|
@ -25,6 +25,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- uses: AutoModality/action-clean@v1
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: emqx-enterprise
|
name: emqx-enterprise
|
||||||
|
@ -50,10 +51,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: emqx_built
|
name: emqx_built
|
||||||
path: |
|
path: |
|
||||||
emqx/_upgrade_base
|
_upgrade_base
|
||||||
emqx/_packages
|
_packages
|
||||||
emqx/scripts
|
scripts
|
||||||
emqx/.ci
|
.ci
|
||||||
|
|
||||||
relup_test_run:
|
relup_test_run:
|
||||||
needs:
|
needs:
|
||||||
|
@ -72,6 +73,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- uses: AutoModality/action-clean@v1
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
name: Download built emqx and test scenario
|
name: Download built emqx and test scenario
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue