Merge pull request #6050 from xiangfangyang-tech/improve_autotest_script

Improve autotest script
This commit is contained in:
xiangfangyang-tech 2021-11-03 16:00:53 +08:00 committed by GitHub
commit cee9b39b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@ jobs:
git config --global credential.helper store git config --global credential.helper store
echo "${{ secrets.CI_GIT_TOKEN }}" >> scripts/git-token echo "${{ secrets.CI_GIT_TOKEN }}" >> scripts/git-token
make deps-emqx-ee make deps-emqx-ee
make clean
fi fi
make docker make docker
echo "::set-output name=version::$(./pkg-vsn.sh)" echo "::set-output name=version::$(./pkg-vsn.sh)"
@ -95,7 +96,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: emqx/emqx-fvt repository: emqx/emqx-fvt
ref: integration_test_suites ref: v1.4.0
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with:
@ -188,7 +189,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: emqx/emqx-fvt repository: emqx/emqx-fvt
ref: integration_test_suites ref: v1.4.0
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with:
@ -292,7 +293,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: emqx/emqx-fvt repository: emqx/emqx-fvt
ref: integration_test_suites ref: v1.4.0
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with:
@ -390,7 +391,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: emqx/emqx-fvt repository: emqx/emqx-fvt
ref: integration_test_suites ref: v1.4.0
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with: